Shades of Deep Sky Blue #19CCEE
Tints of Deep Sky Blue #19CCEE
RGB
CMYK
RGB Variations
Color information
#19CCEE (or 0x19CCEE) is known color: Deep Sky Blue. HEX triplet: 19, CC and EE. RGB value is (25,204,238). Sum of RGB (Red+Green+Blue) = 25+204+238=467 (61% of max value = 765). Red value is 25 (10.16% from 255 or 5.35% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #19CCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CCEE is #E63311. Grayscale: #9A9A9A. Windows color (decimal): -15086354 or 15649817. OLE color: 15649817.
HSL color Cylindrical-coordinate representation of color #19CCEE: hue angle of 189.58º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19CCEE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 204 | 238 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.07 |
| HSL | 189.58º | 0.86% | 0.52% | - |
| HSV(B) | 189.58º | 0.89% | 0.93% | - |
| XYZ | 37.43 | 49.57 | 88.48 | - |
| YUV | 154.36 | 175.2 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 238 | 0.89 | 0.14 | 0 | 0.07 | 189.58 | 0.86 | 0.52 |
| Hex | 19 | CC | EE | 59 | E | 0 | 7 | BE | 56 | 34 |
| Octal | 31 | 314 | 356 | 131 | 16 | 0 | 7 | 276 | 126 | 64 |
| Binary | 11001 | 11001100 | 11101110 | 1011001 | 1110 | 0 | 111 | 10111110 | 1010110 | 110100 |
Color Harmonies of #19CCEE
Complementary color
Monochromatic Colors of #19CCEE
Black with #19CCEE
Text Example
Text Example
White with #19CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CCEE; }
p { color: rgb(25,204,238); }
H1.HeaderClassName
{
color: #19CCEE;
}
.AnyTagClassName
{
color: #19CCEE;
}
</style>
background-color css
<style>
a { background-color: #19CCEE; }
a { background-color: rgb(25,204,238); }
div.DivClassName
{
background-color: #19CCEE;
}
.BgClassName
{
background-color: #19CCEE;
}
</style>
border-color css
<style>
span { border-color: #19CCEE; }
span { border-color: rgb(25,204,238); }
td.TdClassName
{
border-color: #19CCEE;
}
.TagClassName
{
border-color: #19CCEE;
}
</style>