Shades of Deep Sky Blue #19CBED
Tints of Deep Sky Blue #19CBED
RGB
CMYK
RGB Variations
Color information
#19CBED (or 0x19CBED) is known color: Deep Sky Blue. HEX triplet: 19, CB and ED. RGB value is (25,203,237). Sum of RGB (Red+Green+Blue) = 25+203+237=465 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.38% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #19CBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CBED is #E63412. Grayscale: #999999. Windows color (decimal): -15086611 or 15584025. OLE color: 15584025.
HSL color Cylindrical-coordinate representation of color #19CBED: hue angle of 189.62º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CBED is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 203 | 237 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.07 |
| HSL | 189.62º | 0.85% | 0.51% | - |
| HSV(B) | 189.62º | 0.89% | 0.93% | - |
| XYZ | 37.04 | 49.03 | 87.63 | - |
| YUV | 153.65 | 175.03 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 237 | 0.89 | 0.14 | 0 | 0.07 | 189.62 | 0.85 | 0.51 |
| Hex | 19 | CB | ED | 59 | E | 0 | 7 | BE | 55 | 33 |
| Octal | 31 | 313 | 355 | 131 | 16 | 0 | 7 | 276 | 125 | 63 |
| Binary | 11001 | 11001011 | 11101101 | 1011001 | 1110 | 0 | 111 | 10111110 | 1010101 | 110011 |
Color Harmonies of #19CBED
Complementary color
Monochromatic Colors of #19CBED
Black with #19CBED
Text Example
Text Example
White with #19CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBED; }
p { color: rgb(25,203,237); }
H1.HeaderClassName
{
color: #19CBED;
}
.AnyTagClassName
{
color: #19CBED;
}
</style>
background-color css
<style>
a { background-color: #19CBED; }
a { background-color: rgb(25,203,237); }
div.DivClassName
{
background-color: #19CBED;
}
.BgClassName
{
background-color: #19CBED;
}
</style>
border-color css
<style>
span { border-color: #19CBED; }
span { border-color: rgb(25,203,237); }
td.TdClassName
{
border-color: #19CBED;
}
.TagClassName
{
border-color: #19CBED;
}
</style>