#39BDEF

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

Shades of Summer Sky #39BDEF

Tints of Summer Sky #39BDEF

Color information

#39BDEF (or 0x39BDEF) is unknown color: approx Summer Sky. HEX triplet: 39, BD and EF. RGB value is (57,189,239). Sum of RGB (Red+Green+Blue) = 57+189+239=485 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.75% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #39BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39BDEF is #C64210. Grayscale: #9A9A9A. Windows color (decimal): -12993041 or 15711545. OLE color: 15711545.

HSL color Cylindrical-coordinate representation of color #39BDEF: hue angle of 196.48º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39BDEF is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB57189239-
CMYK0.760.2100.06
HSL196.48º85.05%58.04%-
HSV(B)196.48º76.15%93.73%-
XYZ35.4643.588.19-
YUV155.23175.2757.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.75%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 239 (93.75% from 255) = 49.28%
R=11.75%
G=38.97%
B=49.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal571892390.760.2100.06196.4885.0558.04
Hex39BDEF4C1506c4553a
Octal71275357114250630412572
Binary11100110111101111011111001100101010110110001001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,189,239); }

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

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

 a { background-color: rgb(57,189,239); }

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

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

 span { border-color: rgb(57,189,239); }

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