Shades of Deep Sky Blue #19CDFB
Tints of Deep Sky Blue #19CDFB
RGB
CMYK
RGB Variations
Color information
#19CDFB (or 0x19CDFB) is known color: Deep Sky Blue. HEX triplet: 19, CD and FB. RGB value is (25,205,251). Sum of RGB (Red+Green+Blue) = 25+205+251=481 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.20% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #19CDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CDFB is #E63204. Grayscale: #9C9C9C. Windows color (decimal): -15086085 or 16502041. OLE color: 16502041.
HSL color Cylindrical-coordinate representation of color #19CDFB: hue angle of 192.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CDFB is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 205 | 251 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.02 |
| HSL | 192.21º | 0.97% | 0.54% | - |
| HSV(B) | 192.21º | 0.9% | 0.98% | - |
| XYZ | 39.64 | 50.83 | 98.99 | - |
| YUV | 156.42 | 181.37 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 205 | 251 | 0.90 | 0.18 | 0 | 0.02 | 192.21 | 0.97 | 0.54 |
| Hex | 19 | CD | FB | 5A | 12 | 0 | 2 | C0 | 61 | 36 |
| Octal | 31 | 315 | 373 | 132 | 22 | 0 | 2 | 300 | 141 | 66 |
| Binary | 11001 | 11001101 | 11111011 | 1011010 | 10010 | 0 | 10 | 11000000 | 1100001 | 110110 |
Color Harmonies of #19CDFB
Complementary color
Monochromatic Colors of #19CDFB
Black with #19CDFB
Text Example
Text Example
White with #19CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CDFB; }
p { color: rgb(25,205,251); }
H1.HeaderClassName
{
color: #19CDFB;
}
.AnyTagClassName
{
color: #19CDFB;
}
</style>
background-color css
<style>
a { background-color: #19CDFB; }
a { background-color: rgb(25,205,251); }
div.DivClassName
{
background-color: #19CDFB;
}
.BgClassName
{
background-color: #19CDFB;
}
</style>
border-color css
<style>
span { border-color: #19CDFB; }
span { border-color: rgb(25,205,251); }
td.TdClassName
{
border-color: #19CDFB;
}
.TagClassName
{
border-color: #19CDFB;
}
</style>