Shades of Deep Sky Blue #15CFFF
Tints of Deep Sky Blue #15CFFF
RGB
CMYK
RGB Variations
Color information
#15CFFF (or 0x15CFFF) is known color: Deep Sky Blue. HEX triplet: 15, CF and FF. RGB value is (21,207,255). Sum of RGB (Red+Green+Blue) = 21+207+255=483 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.35% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #15CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFFF is #EA3000. Grayscale: #9C9C9C. Windows color (decimal): -15347713 or 16764693. OLE color: 16764693.
HSL color Cylindrical-coordinate representation of color #15CFFF: hue angle of 192.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15CFFF is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 207 | 255 | - |
| CMYK | 0.92 | 0.19 | 0 | 0 |
| HSL | 192.31º | 1% | 0.54% | - |
| HSV(B) | 192.31º | 0.92% | 1% | - |
| XYZ | 40.67 | 52.01 | 102.5 | - |
| YUV | 156.86 | 183.38 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 255 | 0.92 | 0.19 | 0 | 0 | 192.31 | 1 | 0.54 |
| Hex | 15 | CF | FF | 5C | 13 | 0 | 0 | C0 | 64 | 36 |
| Octal | 25 | 317 | 377 | 134 | 23 | 0 | 0 | 300 | 144 | 66 |
| Binary | 10101 | 11001111 | 11111111 | 1011100 | 10011 | 0 | 0 | 11000000 | 1100100 | 110110 |
Color Harmonies of #15CFFF
Complementary color
Monochromatic Colors of #15CFFF
Black with #15CFFF
Text Example
Text Example
White with #15CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFFF; }
p { color: rgb(21,207,255); }
H1.HeaderClassName
{
color: #15CFFF;
}
.AnyTagClassName
{
color: #15CFFF;
}
</style>
background-color css
<style>
a { background-color: #15CFFF; }
a { background-color: rgb(21,207,255); }
div.DivClassName
{
background-color: #15CFFF;
}
.BgClassName
{
background-color: #15CFFF;
}
</style>
border-color css
<style>
span { border-color: #15CFFF; }
span { border-color: rgb(21,207,255); }
td.TdClassName
{
border-color: #15CFFF;
}
.TagClassName
{
border-color: #15CFFF;
}
</style>