Shades of Deep Sky Blue #13CBFF
Tints of Deep Sky Blue #13CBFF
RGB
CMYK
RGB Variations
Color information
#13CBFF (or 0x13CBFF) is known color: Deep Sky Blue. HEX triplet: 13, CB and FF. RGB value is (19,203,255). Sum of RGB (Red+Green+Blue) = 19+203+255=477 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.98% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #13CBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13CBFF is #EC3400. Grayscale: #999999. Windows color (decimal): -15479809 or 16763667. OLE color: 16763667.
HSL color Cylindrical-coordinate representation of color #13CBFF: hue angle of 193.22º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13CBFF is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 203 | 255 | - |
| CMYK | 0.93 | 0.20 | 0 | 0 |
| HSL | 193.22º | 1% | 0.54% | - |
| HSV(B) | 193.22º | 0.93% | 1% | - |
| XYZ | 39.67 | 50.07 | 102.18 | - |
| YUV | 153.91 | 185.04 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 255 | 0.93 | 0.20 | 0 | 0 | 193.22 | 1 | 0.54 |
| Hex | 13 | CB | FF | 5D | 14 | 0 | 0 | C1 | 64 | 36 |
| Octal | 23 | 313 | 377 | 135 | 24 | 0 | 0 | 301 | 144 | 66 |
| Binary | 10011 | 11001011 | 11111111 | 1011101 | 10100 | 0 | 0 | 11000001 | 1100100 | 110110 |
Color Harmonies of #13CBFF
Complementary color
Monochromatic Colors of #13CBFF
Black with #13CBFF
Text Example
Text Example
White with #13CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CBFF; }
p { color: rgb(19,203,255); }
H1.HeaderClassName
{
color: #13CBFF;
}
.AnyTagClassName
{
color: #13CBFF;
}
</style>
background-color css
<style>
a { background-color: #13CBFF; }
a { background-color: rgb(19,203,255); }
div.DivClassName
{
background-color: #13CBFF;
}
.BgClassName
{
background-color: #13CBFF;
}
</style>
border-color css
<style>
span { border-color: #13CBFF; }
span { border-color: rgb(19,203,255); }
td.TdClassName
{
border-color: #13CBFF;
}
.TagClassName
{
border-color: #13CBFF;
}
</style>