Shades of Summer Sky #229BDC
Tints of Summer Sky #229BDC
RGB
CMYK
RGB Variations
Color information
#229BDC (or 0x229BDC) is known color: Summer Sky. HEX triplet: 22, 9B and DC. RGB value is (34,155,220). Sum of RGB (Red+Green+Blue) = 34+155+220=409 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.31% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #229BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229BDC is #DD6423. Grayscale: #7D7D7D. Windows color (decimal): -14509092 or 14457634. OLE color: 14457634.
HSL color Cylindrical-coordinate representation of color #229BDC: hue angle of 200.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229BDC is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 155 | 220 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.14 |
| HSL | 200.97º | 0.73% | 0.5% | - |
| HSV(B) | 200.97º | 0.85% | 0.86% | - |
| XYZ | 25.3 | 28.95 | 71.96 | - |
| YUV | 126.23 | 180.91 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 220 | 0.85 | 0.30 | 0 | 0.14 | 200.97 | 0.73 | 0.5 |
| Hex | 22 | 9B | DC | 55 | 1E | 0 | E | C9 | 49 | 32 |
| Octal | 42 | 233 | 334 | 125 | 36 | 0 | 16 | 311 | 111 | 62 |
| Binary | 100010 | 10011011 | 11011100 | 1010101 | 11110 | 0 | 1110 | 11001001 | 1001001 | 110010 |
Color Harmonies of #229BDC
Complementary color
Monochromatic Colors of #229BDC
Black with #229BDC
Text Example
Text Example
White with #229BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229BDC; }
p { color: rgb(34,155,220); }
H1.HeaderClassName
{
color: #229BDC;
}
.AnyTagClassName
{
color: #229BDC;
}
</style>
background-color css
<style>
a { background-color: #229BDC; }
a { background-color: rgb(34,155,220); }
div.DivClassName
{
background-color: #229BDC;
}
.BgClassName
{
background-color: #229BDC;
}
</style>
border-color css
<style>
span { border-color: #229BDC; }
span { border-color: rgb(34,155,220); }
td.TdClassName
{
border-color: #229BDC;
}
.TagClassName
{
border-color: #229BDC;
}
</style>