Shades of Summer Sky #229FDC
Tints of Summer Sky #229FDC
RGB
CMYK
RGB Variations
Color information
#229FDC (or 0x229FDC) is known color: Summer Sky. HEX triplet: 22, 9F and DC. RGB value is (34,159,220). Sum of RGB (Red+Green+Blue) = 34+159+220=413 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.23% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #229FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #229FDC is #DD6023. Grayscale: #808080. Windows color (decimal): -14508068 or 14458658. OLE color: 14458658.
HSL color Cylindrical-coordinate representation of color #229FDC: hue angle of 199.68º 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 #229FDC is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 159 | 220 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.14 |
| HSL | 199.68º | 0.73% | 0.5% | - |
| HSV(B) | 199.68º | 0.85% | 0.86% | - |
| XYZ | 25.98 | 30.3 | 72.19 | - |
| YUV | 128.58 | 179.59 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 220 | 0.85 | 0.28 | 0 | 0.14 | 199.68 | 0.73 | 0.5 |
| Hex | 22 | 9F | DC | 55 | 1C | 0 | E | C8 | 49 | 32 |
| Octal | 42 | 237 | 334 | 125 | 34 | 0 | 16 | 310 | 111 | 62 |
| Binary | 100010 | 10011111 | 11011100 | 1010101 | 11100 | 0 | 1110 | 11001000 | 1001001 | 110010 |
Color Harmonies of #229FDC
Complementary color
Monochromatic Colors of #229FDC
Black with #229FDC
Text Example
Text Example
White with #229FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229FDC; }
p { color: rgb(34,159,220); }
H1.HeaderClassName
{
color: #229FDC;
}
.AnyTagClassName
{
color: #229FDC;
}
</style>
background-color css
<style>
a { background-color: #229FDC; }
a { background-color: rgb(34,159,220); }
div.DivClassName
{
background-color: #229FDC;
}
.BgClassName
{
background-color: #229FDC;
}
</style>
border-color css
<style>
span { border-color: #229FDC; }
span { border-color: rgb(34,159,220); }
td.TdClassName
{
border-color: #229FDC;
}
.TagClassName
{
border-color: #229FDC;
}
</style>