#39B5CF

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

Shades of Summer Sky #39B5CF

Tints of Summer Sky #39B5CF

Color information

#39B5CF (or 0x39B5CF) is unknown color: approx Summer Sky. HEX triplet: 39, B5 and CF. RGB value is (57,181,207). Sum of RGB (Red+Green+Blue) = 57+181+207=445 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.81% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #39B5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39B5CF is #C64A30. Grayscale: #929292. Windows color (decimal): -12995121 or 13612345. OLE color: 13612345.

HSL color Cylindrical-coordinate representation of color #39B5CF: hue angle of 190.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39B5CF is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB57181207-
CMYK0.720.1300.19
HSL190.4º60.98%51.76%-
HSV(B)190.4º72.46%81.18%-
XYZ29.4738.4264.89-
YUV146.89161.9263.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.81%
GREEN value IS 181 (71.09% from 255) = 40.67%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=12.81%
G=40.67%
B=46.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal571812070.720.1300.19190.460.9851.76
Hex39B5CF48D013be3d34
Octal71265317110150232767564
Binary11100110110101110011111001000110101001110111110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39B5CF; }

 p { color: rgb(57,181,207); }

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

<style>
 a { background-color: #39B5CF; }

 a { background-color: rgb(57,181,207); }

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

<style>
 span { border-color: #39B5CF; }

 span { border-color: rgb(57,181,207); }

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