Shades of Deep Sky Blue #13CEFE
Tints of Deep Sky Blue #13CEFE
RGB
CMYK
RGB Variations
Color information
#13CEFE (or 0x13CEFE) is known color: Deep Sky Blue. HEX triplet: 13, CE and FE. RGB value is (19,206,254). Sum of RGB (Red+Green+Blue) = 19+206+254=479 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #13CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CEFE is #EC3101. Grayscale: #9B9B9B. Windows color (decimal): -15479042 or 16698899. OLE color: 16698899.
HSL color Cylindrical-coordinate representation of color #13CEFE: hue angle of 192.26º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13CEFE is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 206 | 254 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.00 |
| HSL | 192.26º | 0.99% | 0.54% | - |
| HSV(B) | 192.26º | 0.93% | 1% | - |
| XYZ | 40.23 | 51.44 | 101.57 | - |
| YUV | 155.56 | 183.55 | 30.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 254 | 0.93 | 0.19 | 0 | 0.00 | 192.26 | 0.99 | 0.54 |
| Hex | 13 | CE | FE | 5D | 13 | 0 | 0 | C0 | 63 | 36 |
| Octal | 23 | 316 | 376 | 135 | 23 | 0 | 0 | 300 | 143 | 66 |
| Binary | 10011 | 11001110 | 11111110 | 1011101 | 10011 | 0 | 0 | 11000000 | 1100011 | 110110 |
Color Harmonies of #13CEFE
Complementary color
Monochromatic Colors of #13CEFE
Black with #13CEFE
Text Example
Text Example
White with #13CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CEFE; }
p { color: rgb(19,206,254); }
H1.HeaderClassName
{
color: #13CEFE;
}
.AnyTagClassName
{
color: #13CEFE;
}
</style>
background-color css
<style>
a { background-color: #13CEFE; }
a { background-color: rgb(19,206,254); }
div.DivClassName
{
background-color: #13CEFE;
}
.BgClassName
{
background-color: #13CEFE;
}
</style>
border-color css
<style>
span { border-color: #13CEFE; }
span { border-color: rgb(19,206,254); }
td.TdClassName
{
border-color: #13CEFE;
}
.TagClassName
{
border-color: #13CEFE;
}
</style>