Shades of Deep Sky Blue #22DBFF
Tints of Deep Sky Blue #22DBFF
RGB
CMYK
RGB Variations
Color information
#22DBFF (or 0x22DBFF) is known color: Deep Sky Blue. HEX triplet: 22, DB and FF. RGB value is (34,219,255). Sum of RGB (Red+Green+Blue) = 34+219+255=508 (67% of max value = 765). Red value is 34 (13.67% from 255 or 6.69% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #22DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22DBFF is #DD2400. Grayscale: #A7A7A7. Windows color (decimal): -14492673 or 16767778. OLE color: 16767778.
HSL color Cylindrical-coordinate representation of color #22DBFF: hue angle of 189.77º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #22DBFF is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 34 | 219 | 255 | - |
| CMYK | 0.87 | 0.14 | 0 | 0 |
| HSL | 189.77º | 1% | 0.57% | - |
| HSV(B) | 189.77º | 0.87% | 1% | - |
| XYZ | 44.04 | 58.22 | 103.52 | - |
| YUV | 167.79 | 177.21 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 219 | 255 | 0.87 | 0.14 | 0 | 0 | 189.77 | 1 | 0.57 |
| Hex | 22 | DB | FF | 57 | E | 0 | 0 | BE | 64 | 39 |
| Octal | 42 | 333 | 377 | 127 | 16 | 0 | 0 | 276 | 144 | 71 |
| Binary | 100010 | 11011011 | 11111111 | 1010111 | 1110 | 0 | 0 | 10111110 | 1100100 | 111001 |
Color Harmonies of #22DBFF
Complementary color
Monochromatic Colors of #22DBFF
Black with #22DBFF
Text Example
Text Example
White with #22DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DBFF; }
p { color: rgb(34,219,255); }
H1.HeaderClassName
{
color: #22DBFF;
}
.AnyTagClassName
{
color: #22DBFF;
}
</style>
background-color css
<style>
a { background-color: #22DBFF; }
a { background-color: rgb(34,219,255); }
div.DivClassName
{
background-color: #22DBFF;
}
.BgClassName
{
background-color: #22DBFF;
}
</style>
border-color css
<style>
span { border-color: #22DBFF; }
span { border-color: rgb(34,219,255); }
td.TdClassName
{
border-color: #22DBFF;
}
.TagClassName
{
border-color: #22DBFF;
}
</style>