Shades of Deep Sky Blue #15C6EE
Tints of Deep Sky Blue #15C6EE
RGB
CMYK
RGB Variations
Color information
#15C6EE (or 0x15C6EE) is known color: Deep Sky Blue. HEX triplet: 15, C6 and EE. RGB value is (21,198,238). Sum of RGB (Red+Green+Blue) = 21+198+238=457 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.60% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #15C6EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C6EE is #EA3911. Grayscale: #959595. Windows color (decimal): -15350034 or 15648277. OLE color: 15648277.
HSL color Cylindrical-coordinate representation of color #15C6EE: hue angle of 191.06º 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 #15C6EE is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 198 | 238 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.07 |
| HSL | 191.06º | 0.86% | 0.51% | - |
| HSV(B) | 191.06º | 0.91% | 0.93% | - |
| XYZ | 35.94 | 46.72 | 88.01 | - |
| YUV | 149.64 | 177.86 | 36.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 198 | 238 | 0.91 | 0.17 | 0 | 0.07 | 191.06 | 0.86 | 0.51 |
| Hex | 15 | C6 | EE | 5B | 11 | 0 | 7 | BF | 56 | 33 |
| Octal | 25 | 306 | 356 | 133 | 21 | 0 | 7 | 277 | 126 | 63 |
| Binary | 10101 | 11000110 | 11101110 | 1011011 | 10001 | 0 | 111 | 10111111 | 1010110 | 110011 |
Color Harmonies of #15C6EE
Complementary color
Monochromatic Colors of #15C6EE
Black with #15C6EE
Text Example
Text Example
White with #15C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C6EE; }
p { color: rgb(21,198,238); }
H1.HeaderClassName
{
color: #15C6EE;
}
.AnyTagClassName
{
color: #15C6EE;
}
</style>
background-color css
<style>
a { background-color: #15C6EE; }
a { background-color: rgb(21,198,238); }
div.DivClassName
{
background-color: #15C6EE;
}
.BgClassName
{
background-color: #15C6EE;
}
</style>
border-color css
<style>
span { border-color: #15C6EE; }
span { border-color: rgb(21,198,238); }
td.TdClassName
{
border-color: #15C6EE;
}
.TagClassName
{
border-color: #15C6EE;
}
</style>