Shades of Deep Sky Blue #14BAF0
Tints of Deep Sky Blue #14BAF0
RGB
CMYK
RGB Variations
Color information
#14BAF0 (or 0x14BAF0) is known color: Deep Sky Blue. HEX triplet: 14, BA and F0. RGB value is (20,186,240). Sum of RGB (Red+Green+Blue) = 20+186+240=446 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.48% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #14BAF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BAF0 is #EB450F. Grayscale: #8E8E8E. Windows color (decimal): -15418640 or 15776276. OLE color: 15776276.
HSL color Cylindrical-coordinate representation of color #14BAF0: hue angle of 194.73º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BAF0 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 186 | 240 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.06 |
| HSL | 194.73º | 0.88% | 0.51% | - |
| HSV(B) | 194.73º | 0.92% | 0.94% | - |
| XYZ | 33.58 | 41.56 | 88.69 | - |
| YUV | 142.52 | 183 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 240 | 0.92 | 0.22 | 0 | 0.06 | 194.73 | 0.88 | 0.51 |
| Hex | 14 | BA | F0 | 5C | 16 | 0 | 6 | C3 | 58 | 33 |
| Octal | 24 | 272 | 360 | 134 | 26 | 0 | 6 | 303 | 130 | 63 |
| Binary | 10100 | 10111010 | 11110000 | 1011100 | 10110 | 0 | 110 | 11000011 | 1011000 | 110011 |
Color Harmonies of #14BAF0
Complementary color
Monochromatic Colors of #14BAF0
Black with #14BAF0
Text Example
Text Example
White with #14BAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BAF0; }
p { color: rgb(20,186,240); }
H1.HeaderClassName
{
color: #14BAF0;
}
.AnyTagClassName
{
color: #14BAF0;
}
</style>
background-color css
<style>
a { background-color: #14BAF0; }
a { background-color: rgb(20,186,240); }
div.DivClassName
{
background-color: #14BAF0;
}
.BgClassName
{
background-color: #14BAF0;
}
</style>
border-color css
<style>
span { border-color: #14BAF0; }
span { border-color: rgb(20,186,240); }
td.TdClassName
{
border-color: #14BAF0;
}
.TagClassName
{
border-color: #14BAF0;
}
</style>