#25BCF7

Color #25BCF7 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #25BCF7

Tints of Summer Sky #25BCF7

Color information

#25BCF7 (or 0x25BCF7) is unknown color: approx Summer Sky. HEX triplet: 25, BC and F7. RGB value is (37,188,247). Sum of RGB (Red+Green+Blue) = 37+188+247=472 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.84% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #25BCF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BCF7 is #DA4308. Grayscale: #959595. Windows color (decimal): -14304009 or 16235557. OLE color: 16235557.

HSL color Cylindrical-coordinate representation of color #25BCF7: hue angle of 196.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25BCF7 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB37188247-
CMYK0.850.2400.03
HSL196.86º92.92%55.69%-
HSV(B)196.86º85.02%96.86%-
XYZ35.5343.0894.44-
YUV149.58182.9747.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 7.84%
GREEN value IS 188 (73.83% from 255) = 39.83%
BLUE value IS 247 (96.88% from 255) = 52.33%
R=7.84%
G=39.83%
B=52.33%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal371882470.850.2400.03196.8692.9255.69
Hex25BCF7551803c55d38
Octal45274367125300330513570
Binary1001011011110011110111101010111000011110001011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25BCF7; }

 p { color: rgb(37,188,247); }

 H1.HeaderClassName
 {
   color: #25BCF7;
 }
 .AnyTagClassName
 {
   color: #25BCF7;
 }
</style>
background-color css

<style>
 a { background-color: #25BCF7; }

 a { background-color: rgb(37,188,247); }

 div.DivClassName
 {
   background-color: #25BCF7;
 }
 .BgClassName
 {
   background-color: #25BCF7;
 }
</style>
border-color css

<style>
 span { border-color: #25BCF7; }

 span { border-color: rgb(37,188,247); }

 td.TdClassName
 {
   border-color: #25BCF7;
 }
 .TagClassName
 {
   border-color: #25BCF7;
 }
</style>