Shades of Deep Sky Blue #16CCEF
Tints of Deep Sky Blue #16CCEF
RGB
CMYK
RGB Variations
Color information
#16CCEF (or 0x16CCEF) is known color: Deep Sky Blue. HEX triplet: 16, CC and EF. RGB value is (22,204,239). Sum of RGB (Red+Green+Blue) = 22+204+239=465 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.73% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #16CCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16CCEF is #E93310. Grayscale: #999999. Windows color (decimal): -15282961 or 15715350. OLE color: 15715350.
HSL color Cylindrical-coordinate representation of color #16CCEF: hue angle of 189.68º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16CCEF is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 204 | 239 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.06 |
| HSL | 189.68º | 0.87% | 0.51% | - |
| HSV(B) | 189.68º | 0.91% | 0.94% | - |
| XYZ | 37.5 | 49.59 | 89.26 | - |
| YUV | 153.57 | 176.2 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 239 | 0.91 | 0.15 | 0 | 0.06 | 189.68 | 0.87 | 0.51 |
| Hex | 16 | CC | EF | 5B | F | 0 | 6 | BE | 57 | 33 |
| Octal | 26 | 314 | 357 | 133 | 17 | 0 | 6 | 276 | 127 | 63 |
| Binary | 10110 | 11001100 | 11101111 | 1011011 | 1111 | 0 | 110 | 10111110 | 1010111 | 110011 |
Color Harmonies of #16CCEF
Complementary color
Monochromatic Colors of #16CCEF
Black with #16CCEF
Text Example
Text Example
White with #16CCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CCEF; }
p { color: rgb(22,204,239); }
H1.HeaderClassName
{
color: #16CCEF;
}
.AnyTagClassName
{
color: #16CCEF;
}
</style>
background-color css
<style>
a { background-color: #16CCEF; }
a { background-color: rgb(22,204,239); }
div.DivClassName
{
background-color: #16CCEF;
}
.BgClassName
{
background-color: #16CCEF;
}
</style>
border-color css
<style>
span { border-color: #16CCEF; }
span { border-color: rgb(22,204,239); }
td.TdClassName
{
border-color: #16CCEF;
}
.TagClassName
{
border-color: #16CCEF;
}
</style>