Shades of Deep Sky Blue #11CFFA
Tints of Deep Sky Blue #11CFFA
RGB
CMYK
RGB Variations
Color information
#11CFFA (or 0x11CFFA) is known color: Deep Sky Blue. HEX triplet: 11, CF and FA. RGB value is (17,207,250). Sum of RGB (Red+Green+Blue) = 17+207+250=474 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #11CFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CFFA is #EE3005. Grayscale: #9A9A9A. Windows color (decimal): -15609862 or 16437009. OLE color: 16437009.
HSL color Cylindrical-coordinate representation of color #11CFFA: hue angle of 191.07º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CFFA is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 207 | 250 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.02 |
| HSL | 191.07º | 0.96% | 0.52% | - |
| HSV(B) | 191.07º | 0.93% | 0.98% | - |
| XYZ | 39.8 | 51.65 | 98.31 | - |
| YUV | 155.09 | 181.55 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 250 | 0.93 | 0.17 | 0 | 0.02 | 191.07 | 0.96 | 0.52 |
| Hex | 11 | CF | FA | 5D | 11 | 0 | 2 | BF | 60 | 34 |
| Octal | 21 | 317 | 372 | 135 | 21 | 0 | 2 | 277 | 140 | 64 |
| Binary | 10001 | 11001111 | 11111010 | 1011101 | 10001 | 0 | 10 | 10111111 | 1100000 | 110100 |
Color Harmonies of #11CFFA
Complementary color
Monochromatic Colors of #11CFFA
Black with #11CFFA
Text Example
Text Example
White with #11CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CFFA; }
p { color: rgb(17,207,250); }
H1.HeaderClassName
{
color: #11CFFA;
}
.AnyTagClassName
{
color: #11CFFA;
}
</style>
background-color css
<style>
a { background-color: #11CFFA; }
a { background-color: rgb(17,207,250); }
div.DivClassName
{
background-color: #11CFFA;
}
.BgClassName
{
background-color: #11CFFA;
}
</style>
border-color css
<style>
span { border-color: #11CFFA; }
span { border-color: rgb(17,207,250); }
td.TdClassName
{
border-color: #11CFFA;
}
.TagClassName
{
border-color: #11CFFA;
}
</style>