#39BED0

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

Shades of Summer Sky #39BED0

Tints of Summer Sky #39BED0

Color information

#39BED0 (or 0x39BED0) is unknown color: approx Summer Sky. HEX triplet: 39, BE and D0. RGB value is (57,190,208). Sum of RGB (Red+Green+Blue) = 57+190+208=455 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.53% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #39BED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BED0 is #C6412F. Grayscale: #989898. Windows color (decimal): -12992816 or 13680185. OLE color: 13680185.

HSL color Cylindrical-coordinate representation of color #39BED0: hue angle of 187.15º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39BED0 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB57190208-
CMYK0.730.0900.18
HSL187.15º61.63%51.96%-
HSV(B)187.15º72.6%81.57%-
XYZ31.4942.2566.17-
YUV152.28159.4460.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.53%
GREEN value IS 190 (74.61% from 255) = 41.76%
BLUE value IS 208 (81.64% from 255) = 45.71%
R=12.53%
G=41.76%
B=45.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal571902080.730.0900.18187.1561.6351.96
Hex39BED0499012bb3e34
Octal71276320111110222737664
Binary11100110111110110100001001001100101001010111011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,190,208); }

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

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

 a { background-color: rgb(57,190,208); }

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

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

 span { border-color: rgb(57,190,208); }

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