Shades of Summer Sky #4099DB
Tints of Summer Sky #4099DB
RGB
CMYK
RGB Variations
Color information
#4099DB (or 0x4099DB) is known color: Summer Sky. HEX triplet: 40, 99 and DB. RGB value is (64,153,219). Sum of RGB (Red+Green+Blue) = 64+153+219=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #4099DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099DB is #BF6624. Grayscale: #858585. Windows color (decimal): -12543525 or 14391616. OLE color: 14391616.
HSL color Cylindrical-coordinate representation of color #4099DB: hue angle of 205.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4099DB is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 153 | 219 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.14 |
| HSL | 205.55º | 0.68% | 0.55% | - |
| HSV(B) | 205.55º | 0.71% | 0.86% | - |
| XYZ | 26.29 | 28.99 | 71.23 | - |
| YUV | 133.91 | 176.01 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 219 | 0.71 | 0.30 | 0 | 0.14 | 205.55 | 0.68 | 0.55 |
| Hex | 40 | 99 | DB | 47 | 1E | 0 | E | CE | 44 | 37 |
| Octal | 100 | 231 | 333 | 107 | 36 | 0 | 16 | 316 | 104 | 67 |
| Binary | 1000000 | 10011001 | 11011011 | 1000111 | 11110 | 0 | 1110 | 11001110 | 1000100 | 110111 |
Color Harmonies of #4099DB
Complementary color
Monochromatic Colors of #4099DB
Black with #4099DB
Text Example
Text Example
White with #4099DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4099DB; }
p { color: rgb(64,153,219); }
H1.HeaderClassName
{
color: #4099DB;
}
.AnyTagClassName
{
color: #4099DB;
}
</style>
background-color css
<style>
a { background-color: #4099DB; }
a { background-color: rgb(64,153,219); }
div.DivClassName
{
background-color: #4099DB;
}
.BgClassName
{
background-color: #4099DB;
}
</style>
border-color css
<style>
span { border-color: #4099DB; }
span { border-color: rgb(64,153,219); }
td.TdClassName
{
border-color: #4099DB;
}
.TagClassName
{
border-color: #4099DB;
}
</style>