Shades of Summer Sky #2999DC
Tints of Summer Sky #2999DC
RGB
CMYK
RGB Variations
Color information
#2999DC (or 0x2999DC) is known color: Summer Sky. HEX triplet: 29, 99 and DC. RGB value is (41,153,220). Sum of RGB (Red+Green+Blue) = 41+153+220=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #2999DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2999DC is #D66623. Grayscale: #7E7E7E. Windows color (decimal): -14050852 or 14457129. OLE color: 14457129.
HSL color Cylindrical-coordinate representation of color #2999DC: hue angle of 202.46º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2999DC is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 153 | 220 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.14 |
| HSL | 202.46º | 0.72% | 0.51% | - |
| HSV(B) | 202.46º | 0.81% | 0.86% | - |
| XYZ | 25.22 | 28.42 | 71.87 | - |
| YUV | 127.15 | 180.39 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 220 | 0.81 | 0.30 | 0 | 0.14 | 202.46 | 0.72 | 0.51 |
| Hex | 29 | 99 | DC | 51 | 1E | 0 | E | CA | 48 | 33 |
| Octal | 51 | 231 | 334 | 121 | 36 | 0 | 16 | 312 | 110 | 63 |
| Binary | 101001 | 10011001 | 11011100 | 1010001 | 11110 | 0 | 1110 | 11001010 | 1001000 | 110011 |
Color Harmonies of #2999DC
Complementary color
Monochromatic Colors of #2999DC
Black with #2999DC
Text Example
Text Example
White with #2999DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2999DC; }
p { color: rgb(41,153,220); }
H1.HeaderClassName
{
color: #2999DC;
}
.AnyTagClassName
{
color: #2999DC;
}
</style>
background-color css
<style>
a { background-color: #2999DC; }
a { background-color: rgb(41,153,220); }
div.DivClassName
{
background-color: #2999DC;
}
.BgClassName
{
background-color: #2999DC;
}
</style>
border-color css
<style>
span { border-color: #2999DC; }
span { border-color: rgb(41,153,220); }
td.TdClassName
{
border-color: #2999DC;
}
.TagClassName
{
border-color: #2999DC;
}
</style>