Shades of Deep Sky Blue #14CBF0
Tints of Deep Sky Blue #14CBF0
RGB
CMYK
RGB Variations
Color information
#14CBF0 (or 0x14CBF0) is known color: Deep Sky Blue. HEX triplet: 14, CB and F0. RGB value is (20,203,240). Sum of RGB (Red+Green+Blue) = 20+203+240=463 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.32% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #14CBF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CBF0 is #EB340F. Grayscale: #989898. Windows color (decimal): -15414288 or 15780628. OLE color: 15780628.
HSL color Cylindrical-coordinate representation of color #14CBF0: hue angle of 190.09º 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 #14CBF0 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 203 | 240 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.06 |
| HSL | 190.09º | 0.88% | 0.51% | - |
| HSV(B) | 190.09º | 0.92% | 0.94% | - |
| XYZ | 37.37 | 49.15 | 89.96 | - |
| YUV | 152.5 | 177.37 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 240 | 0.92 | 0.15 | 0 | 0.06 | 190.09 | 0.88 | 0.51 |
| Hex | 14 | CB | F0 | 5C | F | 0 | 6 | BE | 58 | 33 |
| Octal | 24 | 313 | 360 | 134 | 17 | 0 | 6 | 276 | 130 | 63 |
| Binary | 10100 | 11001011 | 11110000 | 1011100 | 1111 | 0 | 110 | 10111110 | 1011000 | 110011 |
Color Harmonies of #14CBF0
Complementary color
Monochromatic Colors of #14CBF0
Black with #14CBF0
Text Example
Text Example
White with #14CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CBF0; }
p { color: rgb(20,203,240); }
H1.HeaderClassName
{
color: #14CBF0;
}
.AnyTagClassName
{
color: #14CBF0;
}
</style>
background-color css
<style>
a { background-color: #14CBF0; }
a { background-color: rgb(20,203,240); }
div.DivClassName
{
background-color: #14CBF0;
}
.BgClassName
{
background-color: #14CBF0;
}
</style>
border-color css
<style>
span { border-color: #14CBF0; }
span { border-color: rgb(20,203,240); }
td.TdClassName
{
border-color: #14CBF0;
}
.TagClassName
{
border-color: #14CBF0;
}
</style>