Shades of Summer Sky #229FDD
Tints of Summer Sky #229FDD
RGB
CMYK
RGB Variations
Color information
#229FDD (or 0x229FDD) is known color: Summer Sky. HEX triplet: 22, 9F and DD. RGB value is (34,159,221). Sum of RGB (Red+Green+Blue) = 34+159+221=414 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.21% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #229FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229FDD is #DD6022. Grayscale: #808080. Windows color (decimal): -14508067 or 14524194. OLE color: 14524194.
HSL color Cylindrical-coordinate representation of color #229FDD: hue angle of 199.89º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #229FDD is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 159 | 221 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.13 |
| HSL | 199.89º | 0.73% | 0.5% | - |
| HSV(B) | 199.89º | 0.85% | 0.87% | - |
| XYZ | 26.11 | 30.36 | 72.89 | - |
| YUV | 128.69 | 180.09 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 221 | 0.85 | 0.28 | 0 | 0.13 | 199.89 | 0.73 | 0.5 |
| Hex | 22 | 9F | DD | 55 | 1C | 0 | D | C8 | 49 | 32 |
| Octal | 42 | 237 | 335 | 125 | 34 | 0 | 15 | 310 | 111 | 62 |
| Binary | 100010 | 10011111 | 11011101 | 1010101 | 11100 | 0 | 1101 | 11001000 | 1001001 | 110010 |
Color Harmonies of #229FDD
Complementary color
Monochromatic Colors of #229FDD
Black with #229FDD
Text Example
Text Example
White with #229FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FDD; }
p { color: rgb(34,159,221); }
H1.HeaderClassName
{
color: #229FDD;
}
.AnyTagClassName
{
color: #229FDD;
}
</style>
background-color css
<style>
a { background-color: #229FDD; }
a { background-color: rgb(34,159,221); }
div.DivClassName
{
background-color: #229FDD;
}
.BgClassName
{
background-color: #229FDD;
}
</style>
border-color css
<style>
span { border-color: #229FDD; }
span { border-color: rgb(34,159,221); }
td.TdClassName
{
border-color: #229FDD;
}
.TagClassName
{
border-color: #229FDD;
}
</style>