Shades of Deep Sky Blue #15CCFF
Tints of Deep Sky Blue #15CCFF
RGB
CMYK
RGB Variations
Color information
#15CCFF (or 0x15CCFF) is known color: Deep Sky Blue. HEX triplet: 15, CC and FF. RGB value is (21,204,255). Sum of RGB (Red+Green+Blue) = 21+204+255=480 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.38% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #15CCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CCFF is #EA3300. Grayscale: #9A9A9A. Windows color (decimal): -15348481 or 16763925. OLE color: 16763925.
HSL color Cylindrical-coordinate representation of color #15CCFF: hue angle of 193.08º 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 #15CCFF is Cyan = 0.92, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 204 | 255 | - |
| CMYK | 0.92 | 0.2 | 0 | 0 |
| HSL | 193.08º | 1% | 0.54% | - |
| HSV(B) | 193.08º | 0.92% | 1% | - |
| XYZ | 39.95 | 50.57 | 102.26 | - |
| YUV | 155.1 | 184.37 | 32.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 204 | 255 | 0.92 | 0.2 | 0 | 0 | 193.08 | 1 | 0.54 |
| Hex | 15 | CC | FF | 5C | 14 | 0 | 0 | C1 | 64 | 36 |
| Octal | 25 | 314 | 377 | 134 | 24 | 0 | 0 | 301 | 144 | 66 |
| Binary | 10101 | 11001100 | 11111111 | 1011100 | 10100 | 0 | 0 | 11000001 | 1100100 | 110110 |
Color Harmonies of #15CCFF
Complementary color
Monochromatic Colors of #15CCFF
Black with #15CCFF
Text Example
Text Example
White with #15CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CCFF; }
p { color: rgb(21,204,255); }
H1.HeaderClassName
{
color: #15CCFF;
}
.AnyTagClassName
{
color: #15CCFF;
}
</style>
background-color css
<style>
a { background-color: #15CCFF; }
a { background-color: rgb(21,204,255); }
div.DivClassName
{
background-color: #15CCFF;
}
.BgClassName
{
background-color: #15CCFF;
}
</style>
border-color css
<style>
span { border-color: #15CCFF; }
span { border-color: rgb(21,204,255); }
td.TdClassName
{
border-color: #15CCFF;
}
.TagClassName
{
border-color: #15CCFF;
}
</style>