Shades of Deep Sky Blue #15C8EB
Tints of Deep Sky Blue #15C8EB
RGB
CMYK
RGB Variations
Color information
#15C8EB (or 0x15C8EB) is known color: Deep Sky Blue. HEX triplet: 15, C8 and EB. RGB value is (21,200,235). Sum of RGB (Red+Green+Blue) = 21+200+235=456 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.61% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #15C8EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15C8EB is #EA3714. Grayscale: #969696. Windows color (decimal): -15349525 or 15452181. OLE color: 15452181.
HSL color Cylindrical-coordinate representation of color #15C8EB: hue angle of 189.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15C8EB is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 21 | 200 | 235 | - |
CMYK | 0.91 | 0.15 | 0 | 0.08 |
HSL | 189.81º | 0.84% | 0.5% | - |
HSV(B) | 189.81º | 0.91% | 0.92% | - |
XYZ | 35.96 | 47.47 | 85.86 | - |
YUV | 150.47 | 175.7 | 35.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 21 | 200 | 235 | 0.91 | 0.15 | 0 | 0.08 | 189.81 | 0.84 | 0.5 |
Hex | 15 | C8 | EB | 5B | F | 0 | 8 | BE | 54 | 32 |
Octal | 25 | 310 | 353 | 133 | 17 | 0 | 10 | 276 | 124 | 62 |
Binary | 10101 | 11001000 | 11101011 | 1011011 | 1111 | 0 | 1000 | 10111110 | 1010100 | 110010 |
Color Harmonies of #15C8EB
Complementary color
Monochromatic Colors of #15C8EB
Black with #15C8EB
Text Example
Text Example
White with #15C8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C8EB; }
p { color: rgb(21,200,235); }
H1.HeaderClassName
{
color: #15C8EB;
}
.AnyTagClassName
{
color: #15C8EB;
}
</style>
background-color css
<style>
a { background-color: #15C8EB; }
a { background-color: rgb(21,200,235); }
div.DivClassName
{
background-color: #15C8EB;
}
.BgClassName
{
background-color: #15C8EB;
}
</style>
border-color css
<style>
span { border-color: #15C8EB; }
span { border-color: rgb(21,200,235); }
td.TdClassName
{
border-color: #15C8EB;
}
.TagClassName
{
border-color: #15C8EB;
}
</style>