Shades of Deep Sky Blue #19CFEE
Tints of Deep Sky Blue #19CFEE
RGB
CMYK
RGB Variations
Color information
#19CFEE (or 0x19CFEE) is known color: Deep Sky Blue. HEX triplet: 19, CF and EE. RGB value is (25,207,238). Sum of RGB (Red+Green+Blue) = 25+207+238=470 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.32% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #19CFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CFEE is #E63011. Grayscale: #9B9B9B. Windows color (decimal): -15085586 or 15650585. OLE color: 15650585.
HSL color Cylindrical-coordinate representation of color #19CFEE: hue angle of 188.73º 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 #19CFEE is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 207 | 238 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.07 |
| HSL | 188.73º | 0.86% | 0.52% | - |
| HSV(B) | 188.73º | 0.89% | 0.93% | - |
| XYZ | 38.15 | 51.01 | 88.72 | - |
| YUV | 156.12 | 174.2 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 238 | 0.89 | 0.13 | 0 | 0.07 | 188.73 | 0.86 | 0.52 |
| Hex | 19 | CF | EE | 59 | D | 0 | 7 | BD | 56 | 34 |
| Octal | 31 | 317 | 356 | 131 | 15 | 0 | 7 | 275 | 126 | 64 |
| Binary | 11001 | 11001111 | 11101110 | 1011001 | 1101 | 0 | 111 | 10111101 | 1010110 | 110100 |
Color Harmonies of #19CFEE
Complementary color
Monochromatic Colors of #19CFEE
Black with #19CFEE
Text Example
Text Example
White with #19CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CFEE; }
p { color: rgb(25,207,238); }
H1.HeaderClassName
{
color: #19CFEE;
}
.AnyTagClassName
{
color: #19CFEE;
}
</style>
background-color css
<style>
a { background-color: #19CFEE; }
a { background-color: rgb(25,207,238); }
div.DivClassName
{
background-color: #19CFEE;
}
.BgClassName
{
background-color: #19CFEE;
}
</style>
border-color css
<style>
span { border-color: #19CFEE; }
span { border-color: rgb(25,207,238); }
td.TdClassName
{
border-color: #19CFEE;
}
.TagClassName
{
border-color: #19CFEE;
}
</style>