Shades of Summer Sky #229FDB
Tints of Summer Sky #229FDB
RGB
CMYK
RGB Variations
Color information
#229FDB (or 0x229FDB) is known color: Summer Sky. HEX triplet: 22, 9F and DB. RGB value is (34,159,219). Sum of RGB (Red+Green+Blue) = 34+159+219=412 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.25% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #229FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229FDB is #DD6024. Grayscale: #808080. Windows color (decimal): -14508069 or 14393122. OLE color: 14393122.
HSL color Cylindrical-coordinate representation of color #229FDB: hue angle of 199.46º 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 #229FDB is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 159 | 219 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.14 |
| HSL | 199.46º | 0.73% | 0.5% | - |
| HSV(B) | 199.46º | 0.84% | 0.86% | - |
| XYZ | 25.84 | 30.25 | 71.49 | - |
| YUV | 128.47 | 179.09 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 219 | 0.84 | 0.27 | 0 | 0.14 | 199.46 | 0.73 | 0.5 |
| Hex | 22 | 9F | DB | 54 | 1B | 0 | E | C7 | 49 | 32 |
| Octal | 42 | 237 | 333 | 124 | 33 | 0 | 16 | 307 | 111 | 62 |
| Binary | 100010 | 10011111 | 11011011 | 1010100 | 11011 | 0 | 1110 | 11000111 | 1001001 | 110010 |
Color Harmonies of #229FDB
Complementary color
Monochromatic Colors of #229FDB
Black with #229FDB
Text Example
Text Example
White with #229FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FDB; }
p { color: rgb(34,159,219); }
H1.HeaderClassName
{
color: #229FDB;
}
.AnyTagClassName
{
color: #229FDB;
}
</style>
background-color css
<style>
a { background-color: #229FDB; }
a { background-color: rgb(34,159,219); }
div.DivClassName
{
background-color: #229FDB;
}
.BgClassName
{
background-color: #229FDB;
}
</style>
border-color css
<style>
span { border-color: #229FDB; }
span { border-color: rgb(34,159,219); }
td.TdClassName
{
border-color: #229FDB;
}
.TagClassName
{
border-color: #229FDB;
}
</style>