Shades of Deep Sky Blue #15CDFF
Tints of Deep Sky Blue #15CDFF
RGB
CMYK
RGB Variations
Color information
#15CDFF (or 0x15CDFF) is known color: Deep Sky Blue. HEX triplet: 15, CD and FF. RGB value is (21,205,255). Sum of RGB (Red+Green+Blue) = 21+205+255=481 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.37% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #15CDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CDFF is #EA3200. Grayscale: #9B9B9B. Windows color (decimal): -15348225 or 16764181. OLE color: 16764181.
HSL color Cylindrical-coordinate representation of color #15CDFF: hue angle of 192.82º 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 #15CDFF is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 205 | 255 | - |
| CMYK | 0.92 | 0.20 | 0 | 0 |
| HSL | 192.82º | 1% | 0.54% | - |
| HSV(B) | 192.82º | 0.92% | 1% | - |
| XYZ | 40.19 | 51.04 | 102.34 | - |
| YUV | 155.68 | 184.04 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 205 | 255 | 0.92 | 0.20 | 0 | 0 | 192.82 | 1 | 0.54 |
| Hex | 15 | CD | FF | 5C | 14 | 0 | 0 | C1 | 64 | 36 |
| Octal | 25 | 315 | 377 | 134 | 24 | 0 | 0 | 301 | 144 | 66 |
| Binary | 10101 | 11001101 | 11111111 | 1011100 | 10100 | 0 | 0 | 11000001 | 1100100 | 110110 |
Color Harmonies of #15CDFF
Complementary color
Monochromatic Colors of #15CDFF
Black with #15CDFF
Text Example
Text Example
White with #15CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CDFF; }
p { color: rgb(21,205,255); }
H1.HeaderClassName
{
color: #15CDFF;
}
.AnyTagClassName
{
color: #15CDFF;
}
</style>
background-color css
<style>
a { background-color: #15CDFF; }
a { background-color: rgb(21,205,255); }
div.DivClassName
{
background-color: #15CDFF;
}
.BgClassName
{
background-color: #15CDFF;
}
</style>
border-color css
<style>
span { border-color: #15CDFF; }
span { border-color: rgb(21,205,255); }
td.TdClassName
{
border-color: #15CDFF;
}
.TagClassName
{
border-color: #15CDFF;
}
</style>