Shades of Summer Sky #399ADB
Tints of Summer Sky #399ADB
RGB
CMYK
RGB Variations
Color information
#399ADB (or 0x399ADB) is known color: Summer Sky. HEX triplet: 39, 9A and DB. RGB value is (57,154,219). Sum of RGB (Red+Green+Blue) = 57+154+219=430 (56% of max value = 765). Red value is 57 (22.66% from 255 or 13.26% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #399ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399ADB is #C66524. Grayscale: #848484. Windows color (decimal): -13002021 or 14391865. OLE color: 14391865.
HSL color Cylindrical-coordinate representation of color #399ADB: hue angle of 204.07º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399ADB is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 154 | 219 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.14 |
| HSL | 204.07º | 0.69% | 0.54% | - |
| HSV(B) | 204.07º | 0.74% | 0.86% | - |
| XYZ | 26.03 | 29.1 | 71.26 | - |
| YUV | 132.41 | 176.86 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 219 | 0.74 | 0.30 | 0 | 0.14 | 204.07 | 0.69 | 0.54 |
| Hex | 39 | 9A | DB | 4A | 1E | 0 | E | CC | 45 | 36 |
| Octal | 71 | 232 | 333 | 112 | 36 | 0 | 16 | 314 | 105 | 66 |
| Binary | 111001 | 10011010 | 11011011 | 1001010 | 11110 | 0 | 1110 | 11001100 | 1000101 | 110110 |
Color Harmonies of #399ADB
Complementary color
Monochromatic Colors of #399ADB
Black with #399ADB
Text Example
Text Example
White with #399ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399ADB; }
p { color: rgb(57,154,219); }
H1.HeaderClassName
{
color: #399ADB;
}
.AnyTagClassName
{
color: #399ADB;
}
</style>
background-color css
<style>
a { background-color: #399ADB; }
a { background-color: rgb(57,154,219); }
div.DivClassName
{
background-color: #399ADB;
}
.BgClassName
{
background-color: #399ADB;
}
</style>
border-color css
<style>
span { border-color: #399ADB; }
span { border-color: rgb(57,154,219); }
td.TdClassName
{
border-color: #399ADB;
}
.TagClassName
{
border-color: #399ADB;
}
</style>