Shades of Summer Sky #229CDB
Tints of Summer Sky #229CDB
RGB
CMYK
RGB Variations
Color information
#229CDB (or 0x229CDB) is known color: Summer Sky. HEX triplet: 22, 9C and DB. RGB value is (34,156,219). Sum of RGB (Red+Green+Blue) = 34+156+219=409 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.31% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #229CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229CDB is #DD6324. Grayscale: #7E7E7E. Windows color (decimal): -14508837 or 14392354. OLE color: 14392354.
HSL color Cylindrical-coordinate representation of color #229CDB: hue angle of 200.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #229CDB is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 156 | 219 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.14 |
| HSL | 200.43º | 0.73% | 0.5% | - |
| HSV(B) | 200.43º | 0.84% | 0.86% | - |
| XYZ | 25.33 | 29.23 | 71.32 | - |
| YUV | 126.7 | 180.08 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 219 | 0.84 | 0.29 | 0 | 0.14 | 200.43 | 0.73 | 0.5 |
| Hex | 22 | 9C | DB | 54 | 1D | 0 | E | C8 | 49 | 32 |
| Octal | 42 | 234 | 333 | 124 | 35 | 0 | 16 | 310 | 111 | 62 |
| Binary | 100010 | 10011100 | 11011011 | 1010100 | 11101 | 0 | 1110 | 11001000 | 1001001 | 110010 |
Color Harmonies of #229CDB
Complementary color
Monochromatic Colors of #229CDB
Black with #229CDB
Text Example
Text Example
White with #229CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CDB; }
p { color: rgb(34,156,219); }
H1.HeaderClassName
{
color: #229CDB;
}
.AnyTagClassName
{
color: #229CDB;
}
</style>
background-color css
<style>
a { background-color: #229CDB; }
a { background-color: rgb(34,156,219); }
div.DivClassName
{
background-color: #229CDB;
}
.BgClassName
{
background-color: #229CDB;
}
</style>
border-color css
<style>
span { border-color: #229CDB; }
span { border-color: rgb(34,156,219); }
td.TdClassName
{
border-color: #229CDB;
}
.TagClassName
{
border-color: #229CDB;
}
</style>