Shades of Deep Sky Blue #19CEF2
Tints of Deep Sky Blue #19CEF2
RGB
CMYK
RGB Variations
Color information
#19CEF2 (or 0x19CEF2) is known color: Deep Sky Blue. HEX triplet: 19, CE and F2. RGB value is (25,206,242). Sum of RGB (Red+Green+Blue) = 25+206+242=473 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.29% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #19CEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CEF2 is #E6310D. Grayscale: #9B9B9B. Windows color (decimal): -15085838 or 15912473. OLE color: 15912473.
HSL color Cylindrical-coordinate representation of color #19CEF2: hue angle of 189.95º 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 #19CEF2 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 206 | 242 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.05 |
| HSL | 189.95º | 0.89% | 0.52% | - |
| HSV(B) | 189.95º | 0.9% | 0.95% | - |
| XYZ | 38.5 | 50.76 | 91.77 | - |
| YUV | 155.99 | 176.53 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 242 | 0.90 | 0.15 | 0 | 0.05 | 189.95 | 0.89 | 0.52 |
| Hex | 19 | CE | F2 | 5A | F | 0 | 5 | BE | 59 | 34 |
| Octal | 31 | 316 | 362 | 132 | 17 | 0 | 5 | 276 | 131 | 64 |
| Binary | 11001 | 11001110 | 11110010 | 1011010 | 1111 | 0 | 101 | 10111110 | 1011001 | 110100 |
Color Harmonies of #19CEF2
Complementary color
Monochromatic Colors of #19CEF2
Black with #19CEF2
Text Example
Text Example
White with #19CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CEF2; }
p { color: rgb(25,206,242); }
H1.HeaderClassName
{
color: #19CEF2;
}
.AnyTagClassName
{
color: #19CEF2;
}
</style>
background-color css
<style>
a { background-color: #19CEF2; }
a { background-color: rgb(25,206,242); }
div.DivClassName
{
background-color: #19CEF2;
}
.BgClassName
{
background-color: #19CEF2;
}
</style>
border-color css
<style>
span { border-color: #19CEF2; }
span { border-color: rgb(25,206,242); }
td.TdClassName
{
border-color: #19CEF2;
}
.TagClassName
{
border-color: #19CEF2;
}
</style>