Shades of Deep Sky Blue #19CBFE
Tints of Deep Sky Blue #19CBFE
RGB
CMYK
RGB Variations
Color information
#19CBFE (or 0x19CBFE) is known color: Deep Sky Blue. HEX triplet: 19, CB and FE. RGB value is (25,203,254). Sum of RGB (Red+Green+Blue) = 25+203+254=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #19CBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19CBFE is #E63401. Grayscale: #9B9B9B. Windows color (decimal): -15086594 or 16698137. OLE color: 16698137.
HSL color Cylindrical-coordinate representation of color #19CBFE: hue angle of 193.36º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CBFE is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 203 | 254 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.00 |
| HSL | 193.36º | 0.99% | 0.55% | - |
| HSV(B) | 193.36º | 0.9% | 1% | - |
| XYZ | 39.65 | 50.07 | 101.34 | - |
| YUV | 155.59 | 183.53 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 254 | 0.90 | 0.20 | 0 | 0.00 | 193.36 | 0.99 | 0.55 |
| Hex | 19 | CB | FE | 5A | 14 | 0 | 0 | C1 | 63 | 37 |
| Octal | 31 | 313 | 376 | 132 | 24 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11001 | 11001011 | 11111110 | 1011010 | 10100 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #19CBFE
Complementary color
Monochromatic Colors of #19CBFE
Black with #19CBFE
Text Example
Text Example
White with #19CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CBFE; }
p { color: rgb(25,203,254); }
H1.HeaderClassName
{
color: #19CBFE;
}
.AnyTagClassName
{
color: #19CBFE;
}
</style>
background-color css
<style>
a { background-color: #19CBFE; }
a { background-color: rgb(25,203,254); }
div.DivClassName
{
background-color: #19CBFE;
}
.BgClassName
{
background-color: #19CBFE;
}
</style>
border-color css
<style>
span { border-color: #19CBFE; }
span { border-color: rgb(25,203,254); }
td.TdClassName
{
border-color: #19CBFE;
}
.TagClassName
{
border-color: #19CBFE;
}
</style>