#25BFD2

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

Shades of Summer Sky #25BFD2

Tints of Summer Sky #25BFD2

Color information

#25BFD2 (or 0x25BFD2) is unknown color: approx Summer Sky. HEX triplet: 25, BF and D2. RGB value is (37,191,210). Sum of RGB (Red+Green+Blue) = 37+191+210=438 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.45% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 210 (82.42% from 255 or 47.95% from 438); Max value from RGB is 210 - color contains mainly: blue. Hex color #25BFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25BFD2 is #DA402D. Grayscale: #929292. Windows color (decimal): -14303278 or 13811493. OLE color: 13811493.

HSL color Cylindrical-coordinate representation of color #25BFD2: hue angle of 186.59º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25BFD2 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB37191210-
CMYK0.820.0900.18
HSL186.59º70.04%48.43%-
HSV(B)186.59º82.38%82.35%-
XYZ31.0342.3167.5-
YUV147.12163.4849.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.45%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 210 (82.42% from 255) = 47.95%
R=8.45%
G=43.61%
B=47.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal371912100.820.0900.18186.5970.0448.43
Hex25BFD2529012bb4630
Octal452773221221102227310660
Binary100101101111111101001010100101001010010101110111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,191,210); }

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

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

 a { background-color: rgb(37,191,210); }

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

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

 span { border-color: rgb(37,191,210); }

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