Shades of Summer Sky #39BDF0
Tints of Summer Sky #39BDF0
RGB
CMYK
RGB Variations
Color information
#39BDF0 (or 0x39BDF0) is known color: Summer Sky. HEX triplet: 39, BD and F0. RGB value is (57,189,240). Sum of RGB (Red+Green+Blue) = 57+189+240=486 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.73% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 240 (94.14% from 255 or 49.38% from 486); Max value from RGB is 240 - color contains mainly: blue. Hex color #39BDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39BDF0 is #C6420F. Grayscale: #9B9B9B. Windows color (decimal): -12993040 or 15777081. OLE color: 15777081.
HSL color Cylindrical-coordinate representation of color #39BDF0: hue angle of 196.72º degrees, saturation: 0.86, 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 #39BDF0 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 57 | 189 | 240 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.06 |
| HSL | 196.72º | 0.86% | 0.58% | - |
| HSV(B) | 196.72º | 0.76% | 0.94% | - |
| XYZ | 35.61 | 43.56 | 88.97 | - |
| YUV | 155.35 | 175.77 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 189 | 240 | 0.76 | 0.21 | 0 | 0.06 | 196.72 | 0.86 | 0.58 |
| Hex | 39 | BD | F0 | 4C | 15 | 0 | 6 | C5 | 56 | 3A |
| Octal | 71 | 275 | 360 | 114 | 25 | 0 | 6 | 305 | 126 | 72 |
| Binary | 111001 | 10111101 | 11110000 | 1001100 | 10101 | 0 | 110 | 11000101 | 1010110 | 111010 |
Color Harmonies of #39BDF0
Complementary color
Monochromatic Colors of #39BDF0
Black with #39BDF0
Text Example
Text Example
White with #39BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BDF0; }
p { color: rgb(57,189,240); }
H1.HeaderClassName
{
color: #39BDF0;
}
.AnyTagClassName
{
color: #39BDF0;
}
</style>
background-color css
<style>
a { background-color: #39BDF0; }
a { background-color: rgb(57,189,240); }
div.DivClassName
{
background-color: #39BDF0;
}
.BgClassName
{
background-color: #39BDF0;
}
</style>
border-color css
<style>
span { border-color: #39BDF0; }
span { border-color: rgb(57,189,240); }
td.TdClassName
{
border-color: #39BDF0;
}
.TagClassName
{
border-color: #39BDF0;
}
</style>