Shades of Deep Sky Blue #15CBEA
Tints of Deep Sky Blue #15CBEA
RGB
CMYK
RGB Variations
Color information
#15CBEA (or 0x15CBEA) is known color: Deep Sky Blue. HEX triplet: 15, CB and EA. RGB value is (21,203,234). Sum of RGB (Red+Green+Blue) = 21+203+234=458 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.59% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #15CBEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CBEA is #EA3415. Grayscale: #979797. Windows color (decimal): -15348758 or 15387413. OLE color: 15387413.
HSL color Cylindrical-coordinate representation of color #15CBEA: hue angle of 188.73º 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 #15CBEA is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 203 | 234 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.08 |
| HSL | 188.73º | 0.84% | 0.5% | - |
| HSV(B) | 188.73º | 0.91% | 0.92% | - |
| XYZ | 36.52 | 48.81 | 85.34 | - |
| YUV | 152.12 | 174.2 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 203 | 234 | 0.91 | 0.13 | 0 | 0.08 | 188.73 | 0.84 | 0.5 |
| Hex | 15 | CB | EA | 5B | D | 0 | 8 | BD | 54 | 32 |
| Octal | 25 | 313 | 352 | 133 | 15 | 0 | 10 | 275 | 124 | 62 |
| Binary | 10101 | 11001011 | 11101010 | 1011011 | 1101 | 0 | 1000 | 10111101 | 1010100 | 110010 |
Color Harmonies of #15CBEA
Complementary color
Monochromatic Colors of #15CBEA
Black with #15CBEA
Text Example
Text Example
White with #15CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CBEA; }
p { color: rgb(21,203,234); }
H1.HeaderClassName
{
color: #15CBEA;
}
.AnyTagClassName
{
color: #15CBEA;
}
</style>
background-color css
<style>
a { background-color: #15CBEA; }
a { background-color: rgb(21,203,234); }
div.DivClassName
{
background-color: #15CBEA;
}
.BgClassName
{
background-color: #15CBEA;
}
</style>
border-color css
<style>
span { border-color: #15CBEA; }
span { border-color: rgb(21,203,234); }
td.TdClassName
{
border-color: #15CBEA;
}
.TagClassName
{
border-color: #15CBEA;
}
</style>