Shades of Deep Sky Blue #14B1F3
Tints of Deep Sky Blue #14B1F3
RGB
CMYK
RGB Variations
Color information
#14B1F3 (or 0x14B1F3) is known color: Deep Sky Blue. HEX triplet: 14, B1 and F3. RGB value is (20,177,243). Sum of RGB (Red+Green+Blue) = 20+177+243=440 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.55% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #14B1F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14B1F3 is #EB4E0C. Grayscale: #898989. Windows color (decimal): -15420941 or 15970580. OLE color: 15970580.
HSL color Cylindrical-coordinate representation of color #14B1F3: hue angle of 197.76º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14B1F3 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 177 | 243 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.05 |
| HSL | 197.76º | 0.9% | 0.52% | - |
| HSV(B) | 197.76º | 0.92% | 0.95% | - |
| XYZ | 32.19 | 38.06 | 90.44 | - |
| YUV | 137.58 | 187.49 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 177 | 243 | 0.92 | 0.27 | 0 | 0.05 | 197.76 | 0.9 | 0.52 |
| Hex | 14 | B1 | F3 | 5C | 1B | 0 | 5 | C6 | 5A | 34 |
| Octal | 24 | 261 | 363 | 134 | 33 | 0 | 5 | 306 | 132 | 64 |
| Binary | 10100 | 10110001 | 11110011 | 1011100 | 11011 | 0 | 101 | 11000110 | 1011010 | 110100 |
Color Harmonies of #14B1F3
Complementary color
Monochromatic Colors of #14B1F3
Black with #14B1F3
Text Example
Text Example
White with #14B1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B1F3; }
p { color: rgb(20,177,243); }
H1.HeaderClassName
{
color: #14B1F3;
}
.AnyTagClassName
{
color: #14B1F3;
}
</style>
background-color css
<style>
a { background-color: #14B1F3; }
a { background-color: rgb(20,177,243); }
div.DivClassName
{
background-color: #14B1F3;
}
.BgClassName
{
background-color: #14B1F3;
}
</style>
border-color css
<style>
span { border-color: #14B1F3; }
span { border-color: rgb(20,177,243); }
td.TdClassName
{
border-color: #14B1F3;
}
.TagClassName
{
border-color: #14B1F3;
}
</style>