Shades of Summer Sky #22AFDC
Tints of Summer Sky #22AFDC
RGB
CMYK
RGB Variations
Color information
#22AFDC (or 0x22AFDC) is known color: Summer Sky. HEX triplet: 22, AF and DC. RGB value is (34,175,220). Sum of RGB (Red+Green+Blue) = 34+175+220=429 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.93% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #22AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #22AFDC is #DD5023. Grayscale: #898989. Windows color (decimal): -14503972 or 14462754. OLE color: 14462754.
HSL color Cylindrical-coordinate representation of color #22AFDC: hue angle of 194.52º 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 #22AFDC is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 175 | 220 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.14 |
| HSL | 194.52º | 0.73% | 0.5% | - |
| HSV(B) | 194.52º | 0.85% | 0.86% | - |
| XYZ | 28.91 | 36.17 | 73.17 | - |
| YUV | 137.97 | 174.29 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 220 | 0.85 | 0.20 | 0 | 0.14 | 194.52 | 0.73 | 0.5 |
| Hex | 22 | AF | DC | 55 | 14 | 0 | E | C3 | 49 | 32 |
| Octal | 42 | 257 | 334 | 125 | 24 | 0 | 16 | 303 | 111 | 62 |
| Binary | 100010 | 10101111 | 11011100 | 1010101 | 10100 | 0 | 1110 | 11000011 | 1001001 | 110010 |
Color Harmonies of #22AFDC
Complementary color
Monochromatic Colors of #22AFDC
Black with #22AFDC
Text Example
Text Example
White with #22AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AFDC; }
p { color: rgb(34,175,220); }
H1.HeaderClassName
{
color: #22AFDC;
}
.AnyTagClassName
{
color: #22AFDC;
}
</style>
background-color css
<style>
a { background-color: #22AFDC; }
a { background-color: rgb(34,175,220); }
div.DivClassName
{
background-color: #22AFDC;
}
.BgClassName
{
background-color: #22AFDC;
}
</style>
border-color css
<style>
span { border-color: #22AFDC; }
span { border-color: rgb(34,175,220); }
td.TdClassName
{
border-color: #22AFDC;
}
.TagClassName
{
border-color: #22AFDC;
}
</style>