Shades of Deep Sky Blue #14B2FF
Tints of Deep Sky Blue #14B2FF
RGB
CMYK
RGB Variations
Color information
#14B2FF (or 0x14B2FF) is known color: Deep Sky Blue. HEX triplet: 14, B2 and FF. RGB value is (20,178,255). Sum of RGB (Red+Green+Blue) = 20+178+255=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #14B2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14B2FF is #EB4D00. Grayscale: #8B8B8B. Windows color (decimal): -15420673 or 16757268. OLE color: 16757268.
HSL color Cylindrical-coordinate representation of color #14B2FF: hue angle of 199.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14B2FF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 178 | 255 | - |
| CMYK | 0.92 | 0.30 | 0 | 0 |
| HSL | 199.66º | 1% | 0.54% | - |
| HSV(B) | 199.66º | 0.92% | 1% | - |
| XYZ | 34.26 | 39.21 | 100.37 | - |
| YUV | 139.54 | 193.15 | 42.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 178 | 255 | 0.92 | 0.30 | 0 | 0 | 199.66 | 1 | 0.54 |
| Hex | 14 | B2 | FF | 5C | 1E | 0 | 0 | C8 | 64 | 36 |
| Octal | 24 | 262 | 377 | 134 | 36 | 0 | 0 | 310 | 144 | 66 |
| Binary | 10100 | 10110010 | 11111111 | 1011100 | 11110 | 0 | 0 | 11001000 | 1100100 | 110110 |
Color Harmonies of #14B2FF
Complementary color
Monochromatic Colors of #14B2FF
Black with #14B2FF
Text Example
Text Example
White with #14B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B2FF; }
p { color: rgb(20,178,255); }
H1.HeaderClassName
{
color: #14B2FF;
}
.AnyTagClassName
{
color: #14B2FF;
}
</style>
background-color css
<style>
a { background-color: #14B2FF; }
a { background-color: rgb(20,178,255); }
div.DivClassName
{
background-color: #14B2FF;
}
.BgClassName
{
background-color: #14B2FF;
}
</style>
border-color css
<style>
span { border-color: #14B2FF; }
span { border-color: rgb(20,178,255); }
td.TdClassName
{
border-color: #14B2FF;
}
.TagClassName
{
border-color: #14B2FF;
}
</style>