#39B5CD

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

Shades of Summer Sky #39B5CD

Tints of Summer Sky #39B5CD

Color information

#39B5CD (or 0x39B5CD) is unknown color: approx Summer Sky. HEX triplet: 39, B5 and CD. RGB value is (57,181,205). Sum of RGB (Red+Green+Blue) = 57+181+205=443 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.87% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #39B5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39B5CD is #C64A32. Grayscale: #929292. Windows color (decimal): -12995123 or 13481273. OLE color: 13481273.

HSL color Cylindrical-coordinate representation of color #39B5CD: hue angle of 189.73º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39B5CD is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB57181205-
CMYK0.720.1200.20
HSL189.73º59.68%51.37%-
HSV(B)189.73º72.2%80.39%-
XYZ29.2338.3363.61-
YUV146.66160.9264.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.87%
GREEN value IS 181 (71.09% from 255) = 40.86%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=12.87%
G=40.86%
B=46.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal571812050.720.1200.20189.7359.6851.37
Hex39B5CD48C014be3c33
Octal71265315110140242767463
Binary11100110110101110011011001000110001010010111110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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