Shades of Deep Sky Blue #15CFEE
Tints of Deep Sky Blue #15CFEE
RGB
CMYK
RGB Variations
Color information
#15CFEE (or 0x15CFEE) is known color: Deep Sky Blue. HEX triplet: 15, CF and EE. RGB value is (21,207,238). Sum of RGB (Red+Green+Blue) = 21+207+238=466 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.51% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #15CFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CFEE is #EA3011. Grayscale: #9A9A9A. Windows color (decimal): -15347730 or 15650581. OLE color: 15650581.
HSL color Cylindrical-coordinate representation of color #15CFEE: hue angle of 188.57º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CFEE is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 207 | 238 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.07 |
| HSL | 188.57º | 0.86% | 0.51% | - |
| HSV(B) | 188.57º | 0.91% | 0.93% | - |
| XYZ | 38.05 | 50.96 | 88.72 | - |
| YUV | 154.92 | 174.88 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 207 | 238 | 0.91 | 0.13 | 0 | 0.07 | 188.57 | 0.86 | 0.51 |
| Hex | 15 | CF | EE | 5B | D | 0 | 7 | BD | 56 | 33 |
| Octal | 25 | 317 | 356 | 133 | 15 | 0 | 7 | 275 | 126 | 63 |
| Binary | 10101 | 11001111 | 11101110 | 1011011 | 1101 | 0 | 111 | 10111101 | 1010110 | 110011 |
Color Harmonies of #15CFEE
Complementary color
Monochromatic Colors of #15CFEE
Black with #15CFEE
Text Example
Text Example
White with #15CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CFEE; }
p { color: rgb(21,207,238); }
H1.HeaderClassName
{
color: #15CFEE;
}
.AnyTagClassName
{
color: #15CFEE;
}
</style>
background-color css
<style>
a { background-color: #15CFEE; }
a { background-color: rgb(21,207,238); }
div.DivClassName
{
background-color: #15CFEE;
}
.BgClassName
{
background-color: #15CFEE;
}
</style>
border-color css
<style>
span { border-color: #15CFEE; }
span { border-color: rgb(21,207,238); }
td.TdClassName
{
border-color: #15CFEE;
}
.TagClassName
{
border-color: #15CFEE;
}
</style>