Shades of Deep Sky Blue #19B1F2
Tints of Deep Sky Blue #19B1F2
RGB
CMYK
RGB Variations
Color information
#19B1F2 (or 0x19B1F2) is known color: Deep Sky Blue. HEX triplet: 19, B1 and F2. RGB value is (25,177,242). Sum of RGB (Red+Green+Blue) = 25+177+242=444 (58% of max value = 765). Red value is 25 (10.16% from 255 or 5.63% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 242 (94.92% from 255 or 54.50% from 444); Max value from RGB is 242 - color contains mainly: blue. Hex color #19B1F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #19B1F2 is #E64E0D. Grayscale: #8A8A8A. Windows color (decimal): -15093262 or 15905049. OLE color: 15905049.
HSL color Cylindrical-coordinate representation of color #19B1F2: hue angle of 197.97º 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 #19B1F2 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 177 | 242 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.05 |
| HSL | 197.97º | 0.89% | 0.52% | - |
| HSV(B) | 197.97º | 0.9% | 0.95% | - |
| XYZ | 32.15 | 38.06 | 89.66 | - |
| YUV | 138.96 | 186.14 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 177 | 242 | 0.90 | 0.27 | 0 | 0.05 | 197.97 | 0.89 | 0.52 |
| Hex | 19 | B1 | F2 | 5A | 1B | 0 | 5 | C6 | 59 | 34 |
| Octal | 31 | 261 | 362 | 132 | 33 | 0 | 5 | 306 | 131 | 64 |
| Binary | 11001 | 10110001 | 11110010 | 1011010 | 11011 | 0 | 101 | 11000110 | 1011001 | 110100 |
Color Harmonies of #19B1F2
Complementary color
Monochromatic Colors of #19B1F2
Black with #19B1F2
Text Example
Text Example
White with #19B1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B1F2; }
p { color: rgb(25,177,242); }
H1.HeaderClassName
{
color: #19B1F2;
}
.AnyTagClassName
{
color: #19B1F2;
}
</style>
background-color css
<style>
a { background-color: #19B1F2; }
a { background-color: rgb(25,177,242); }
div.DivClassName
{
background-color: #19B1F2;
}
.BgClassName
{
background-color: #19B1F2;
}
</style>
border-color css
<style>
span { border-color: #19B1F2; }
span { border-color: rgb(25,177,242); }
td.TdClassName
{
border-color: #19B1F2;
}
.TagClassName
{
border-color: #19B1F2;
}
</style>