Shades of Deep Sky Blue #15CFF0
Tints of Deep Sky Blue #15CFF0
RGB
CMYK
RGB Variations
Color information
#15CFF0 (or 0x15CFF0) is known color: Deep Sky Blue. HEX triplet: 15, CF and F0. RGB value is (21,207,240). Sum of RGB (Red+Green+Blue) = 21+207+240=468 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.49% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #15CFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFF0 is #EA300F. Grayscale: #9A9A9A. Windows color (decimal): -15347728 or 15781653. OLE color: 15781653.
HSL color Cylindrical-coordinate representation of color #15CFF0: hue angle of 189.04º degrees, saturation: 0.88, 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 #15CFF0 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 207 | 240 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.06 |
| HSL | 189.04º | 0.88% | 0.51% | - |
| HSV(B) | 189.04º | 0.91% | 0.94% | - |
| XYZ | 38.35 | 51.08 | 90.28 | - |
| YUV | 155.15 | 175.88 | 32.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 240 | 0.91 | 0.14 | 0 | 0.06 | 189.04 | 0.88 | 0.51 |
| Hex | 15 | CF | F0 | 5B | E | 0 | 6 | BD | 58 | 33 |
| Octal | 25 | 317 | 360 | 133 | 16 | 0 | 6 | 275 | 130 | 63 |
| Binary | 10101 | 11001111 | 11110000 | 1011011 | 1110 | 0 | 110 | 10111101 | 1011000 | 110011 |
Color Harmonies of #15CFF0
Complementary color
Monochromatic Colors of #15CFF0
Black with #15CFF0
Text Example
Text Example
White with #15CFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFF0; }
p { color: rgb(21,207,240); }
H1.HeaderClassName
{
color: #15CFF0;
}
.AnyTagClassName
{
color: #15CFF0;
}
</style>
background-color css
<style>
a { background-color: #15CFF0; }
a { background-color: rgb(21,207,240); }
div.DivClassName
{
background-color: #15CFF0;
}
.BgClassName
{
background-color: #15CFF0;
}
</style>
border-color css
<style>
span { border-color: #15CFF0; }
span { border-color: rgb(21,207,240); }
td.TdClassName
{
border-color: #15CFF0;
}
.TagClassName
{
border-color: #15CFF0;
}
</style>