Shades of Deep Sky Blue #13BFFA
Tints of Deep Sky Blue #13BFFA
RGB
CMYK
RGB Variations
Color information
#13BFFA (or 0x13BFFA) is known color: Deep Sky Blue. HEX triplet: 13, BF and FA. RGB value is (19,191,250). Sum of RGB (Red+Green+Blue) = 19+191+250=460 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.13% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #13BFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13BFFA is #EC4005. Grayscale: #919191. Windows color (decimal): -15482886 or 16432915. OLE color: 16432915.
HSL color Cylindrical-coordinate representation of color #13BFFA: hue angle of 195.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13BFFA is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 191 | 250 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.02 |
| HSL | 195.32º | 0.96% | 0.53% | - |
| HSV(B) | 195.32º | 0.92% | 0.98% | - |
| XYZ | 36.15 | 44.3 | 97.09 | - |
| YUV | 146.3 | 186.52 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 191 | 250 | 0.92 | 0.24 | 0 | 0.02 | 195.32 | 0.96 | 0.53 |
| Hex | 13 | BF | FA | 5C | 18 | 0 | 2 | C3 | 60 | 35 |
| Octal | 23 | 277 | 372 | 134 | 30 | 0 | 2 | 303 | 140 | 65 |
| Binary | 10011 | 10111111 | 11111010 | 1011100 | 11000 | 0 | 10 | 11000011 | 1100000 | 110101 |
Color Harmonies of #13BFFA
Complementary color
Monochromatic Colors of #13BFFA
Black with #13BFFA
Text Example
Text Example
White with #13BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BFFA; }
p { color: rgb(19,191,250); }
H1.HeaderClassName
{
color: #13BFFA;
}
.AnyTagClassName
{
color: #13BFFA;
}
</style>
background-color css
<style>
a { background-color: #13BFFA; }
a { background-color: rgb(19,191,250); }
div.DivClassName
{
background-color: #13BFFA;
}
.BgClassName
{
background-color: #13BFFA;
}
</style>
border-color css
<style>
span { border-color: #13BFFA; }
span { border-color: rgb(19,191,250); }
td.TdClassName
{
border-color: #13BFFA;
}
.TagClassName
{
border-color: #13BFFA;
}
</style>