Shades of Deep Sky Blue #15CBED
Tints of Deep Sky Blue #15CBED
RGB
CMYK
RGB Variations
Color information
#15CBED (or 0x15CBED) is known color: Deep Sky Blue. HEX triplet: 15, CB and ED. RGB value is (21,203,237). Sum of RGB (Red+Green+Blue) = 21+203+237=461 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.56% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #15CBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CBED is #EA3412. Grayscale: #989898. Windows color (decimal): -15348755 or 15584021. OLE color: 15584021.
HSL color Cylindrical-coordinate representation of color #15CBED: hue angle of 189.44º 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 #15CBED is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 203 | 237 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.07 |
| HSL | 189.44º | 0.86% | 0.51% | - |
| HSV(B) | 189.44º | 0.91% | 0.93% | - |
| XYZ | 36.95 | 48.99 | 87.63 | - |
| YUV | 152.46 | 175.7 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 237 | 0.91 | 0.14 | 0 | 0.07 | 189.44 | 0.86 | 0.51 |
| Hex | 15 | CB | ED | 5B | E | 0 | 7 | BD | 56 | 33 |
| Octal | 25 | 313 | 355 | 133 | 16 | 0 | 7 | 275 | 126 | 63 |
| Binary | 10101 | 11001011 | 11101101 | 1011011 | 1110 | 0 | 111 | 10111101 | 1010110 | 110011 |
Color Harmonies of #15CBED
Complementary color
Monochromatic Colors of #15CBED
Black with #15CBED
Text Example
Text Example
White with #15CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBED; }
p { color: rgb(21,203,237); }
H1.HeaderClassName
{
color: #15CBED;
}
.AnyTagClassName
{
color: #15CBED;
}
</style>
background-color css
<style>
a { background-color: #15CBED; }
a { background-color: rgb(21,203,237); }
div.DivClassName
{
background-color: #15CBED;
}
.BgClassName
{
background-color: #15CBED;
}
</style>
border-color css
<style>
span { border-color: #15CBED; }
span { border-color: rgb(21,203,237); }
td.TdClassName
{
border-color: #15CBED;
}
.TagClassName
{
border-color: #15CBED;
}
</style>