Shades of Deep Sky Blue #14CBF1
Tints of Deep Sky Blue #14CBF1
RGB
CMYK
RGB Variations
Color information
#14CBF1 (or 0x14CBF1) is known color: Deep Sky Blue. HEX triplet: 14, CB and F1. RGB value is (20,203,241). Sum of RGB (Red+Green+Blue) = 20+203+241=464 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.31% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #14CBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CBF1 is #EB340E. Grayscale: #989898. Windows color (decimal): -15414287 or 15846164. OLE color: 15846164.
HSL color Cylindrical-coordinate representation of color #14CBF1: hue angle of 190.32º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14CBF1 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 203 | 241 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.05 |
| HSL | 190.32º | 0.89% | 0.51% | - |
| HSV(B) | 190.32º | 0.92% | 0.95% | - |
| XYZ | 37.52 | 49.21 | 90.74 | - |
| YUV | 152.62 | 177.87 | 33.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 241 | 0.92 | 0.16 | 0 | 0.05 | 190.32 | 0.89 | 0.51 |
| Hex | 14 | CB | F1 | 5C | 10 | 0 | 5 | BE | 59 | 33 |
| Octal | 24 | 313 | 361 | 134 | 20 | 0 | 5 | 276 | 131 | 63 |
| Binary | 10100 | 11001011 | 11110001 | 1011100 | 10000 | 0 | 101 | 10111110 | 1011001 | 110011 |
Color Harmonies of #14CBF1
Complementary color
Monochromatic Colors of #14CBF1
Black with #14CBF1
Text Example
Text Example
White with #14CBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CBF1; }
p { color: rgb(20,203,241); }
H1.HeaderClassName
{
color: #14CBF1;
}
.AnyTagClassName
{
color: #14CBF1;
}
</style>
background-color css
<style>
a { background-color: #14CBF1; }
a { background-color: rgb(20,203,241); }
div.DivClassName
{
background-color: #14CBF1;
}
.BgClassName
{
background-color: #14CBF1;
}
</style>
border-color css
<style>
span { border-color: #14CBF1; }
span { border-color: rgb(20,203,241); }
td.TdClassName
{
border-color: #14CBF1;
}
.TagClassName
{
border-color: #14CBF1;
}
</style>