#39BCCF

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

Shades of Summer Sky #39BCCF

Tints of Summer Sky #39BCCF

Color information

#39BCCF (or 0x39BCCF) is unknown color: approx Summer Sky. HEX triplet: 39, BC and CF. RGB value is (57,188,207). Sum of RGB (Red+Green+Blue) = 57+188+207=452 (59% of max value = 765). Red value is 57 (22.66% from 255 or 12.61% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #39BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BCCF is #C64330. Grayscale: #969696. Windows color (decimal): -12993329 or 13614137. OLE color: 13614137.

HSL color Cylindrical-coordinate representation of color #39BCCF: hue angle of 187.6º 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 #39BCCF is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB57188207-
CMYK0.720.0900.19
HSL187.6º60.98%51.76%-
HSV(B)187.6º72.46%81.18%-
XYZ30.9341.3465.38-
YUV151159.660.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.61%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 207 (81.25% from 255) = 45.80%
R=12.61%
G=41.59%
B=45.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal571882070.720.0900.19187.660.9851.76
Hex39BCCF489013bc3d34
Octal71274317110110232747564
Binary11100110111100110011111001000100101001110111100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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