Shades of Deep Sky Blue #19CDF2
Tints of Deep Sky Blue #19CDF2
RGB
CMYK
RGB Variations
Color information
#19CDF2 (or 0x19CDF2) is known color: Deep Sky Blue. HEX triplet: 19, CD and F2. RGB value is (25,205,242). Sum of RGB (Red+Green+Blue) = 25+205+242=472 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.30% from 472); Green value is 205 (80.47% from 255 or 43.43% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #19CDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDF2 is #E6320D. Grayscale: #9B9B9B. Windows color (decimal): -15086094 or 15912217. OLE color: 15912217.
HSL color Cylindrical-coordinate representation of color #19CDF2: hue angle of 190.23º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CDF2 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 205 | 242 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.05 |
| HSL | 190.23º | 0.89% | 0.52% | - |
| HSV(B) | 190.23º | 0.9% | 0.95% | - |
| XYZ | 38.26 | 50.28 | 91.69 | - |
| YUV | 155.4 | 176.87 | 34.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 242 | 0.90 | 0.15 | 0 | 0.05 | 190.23 | 0.89 | 0.52 |
| Hex | 19 | CD | F2 | 5A | F | 0 | 5 | BE | 59 | 34 |
| Octal | 31 | 315 | 362 | 132 | 17 | 0 | 5 | 276 | 131 | 64 |
| Binary | 11001 | 11001101 | 11110010 | 1011010 | 1111 | 0 | 101 | 10111110 | 1011001 | 110100 |
Color Harmonies of #19CDF2
Complementary color
Monochromatic Colors of #19CDF2
Black with #19CDF2
Text Example
Text Example
White with #19CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDF2; }
p { color: rgb(25,205,242); }
H1.HeaderClassName
{
color: #19CDF2;
}
.AnyTagClassName
{
color: #19CDF2;
}
</style>
background-color css
<style>
a { background-color: #19CDF2; }
a { background-color: rgb(25,205,242); }
div.DivClassName
{
background-color: #19CDF2;
}
.BgClassName
{
background-color: #19CDF2;
}
</style>
border-color css
<style>
span { border-color: #19CDF2; }
span { border-color: rgb(25,205,242); }
td.TdClassName
{
border-color: #19CDF2;
}
.TagClassName
{
border-color: #19CDF2;
}
</style>