#39BBD4

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

Shades of Summer Sky #39BBD4

Tints of Summer Sky #39BBD4

Color information

#39BBD4 (or 0x39BBD4) is unknown color: approx Summer Sky. HEX triplet: 39, BB and D4. RGB value is (57,187,212). Sum of RGB (Red+Green+Blue) = 57+187+212=456 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.5% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 212 - color contains mainly: blue. Hex color #39BBD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BBD4 is #C6442B. Grayscale: #969696. Windows color (decimal): -12993580 or 13941561. OLE color: 13941561.

HSL color Cylindrical-coordinate representation of color #39BBD4: hue angle of 189.68º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39BBD4 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB57187212-
CMYK0.730.1200.17
HSL189.68º64.32%52.75%-
HSV(B)189.68º73.11%83.14%-
XYZ31.3441.1668.58-
YUV150.98162.4360.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.5%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 212 (83.20% from 255) = 46.49%
R=12.5%
G=41.01%
B=46.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal571872120.730.1200.17189.6864.3252.75
Hex39BBD449C011be4035
Octal712733241111402127610065
Binary111001101110111101010010010011100010001101111101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,187,212); }

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

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

 a { background-color: rgb(57,187,212); }

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

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

 span { border-color: rgb(57,187,212); }

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