Shades of Deep Sky Blue #14BCF2
Tints of Deep Sky Blue #14BCF2
RGB
CMYK
RGB Variations
Color information
#14BCF2 (or 0x14BCF2) is known color: Deep Sky Blue. HEX triplet: 14, BC and F2. RGB value is (20,188,242). Sum of RGB (Red+Green+Blue) = 20+188+242=450 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.44% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #14BCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BCF2 is #EB430D. Grayscale: #8F8F8F. Windows color (decimal): -15418126 or 15907860. OLE color: 15907860.
HSL color Cylindrical-coordinate representation of color #14BCF2: hue angle of 194.59º degrees, saturation: 0.9, 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 #14BCF2 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 188 | 242 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.05 |
| HSL | 194.59º | 0.9% | 0.51% | - |
| HSV(B) | 194.59º | 0.92% | 0.95% | - |
| XYZ | 34.3 | 42.53 | 90.41 | - |
| YUV | 143.92 | 183.34 | 39.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 242 | 0.92 | 0.22 | 0 | 0.05 | 194.59 | 0.9 | 0.51 |
| Hex | 14 | BC | F2 | 5C | 16 | 0 | 5 | C3 | 5A | 33 |
| Octal | 24 | 274 | 362 | 134 | 26 | 0 | 5 | 303 | 132 | 63 |
| Binary | 10100 | 10111100 | 11110010 | 1011100 | 10110 | 0 | 101 | 11000011 | 1011010 | 110011 |
Color Harmonies of #14BCF2
Complementary color
Monochromatic Colors of #14BCF2
Black with #14BCF2
Text Example
Text Example
White with #14BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BCF2; }
p { color: rgb(20,188,242); }
H1.HeaderClassName
{
color: #14BCF2;
}
.AnyTagClassName
{
color: #14BCF2;
}
</style>
background-color css
<style>
a { background-color: #14BCF2; }
a { background-color: rgb(20,188,242); }
div.DivClassName
{
background-color: #14BCF2;
}
.BgClassName
{
background-color: #14BCF2;
}
</style>
border-color css
<style>
span { border-color: #14BCF2; }
span { border-color: rgb(20,188,242); }
td.TdClassName
{
border-color: #14BCF2;
}
.TagClassName
{
border-color: #14BCF2;
}
</style>