Shades of Deep Sky Blue #14BEF3
Tints of Deep Sky Blue #14BEF3
RGB
CMYK
RGB Variations
Color information
#14BEF3 (or 0x14BEF3) is known color: Deep Sky Blue. HEX triplet: 14, BE and F3. RGB value is (20,190,243). Sum of RGB (Red+Green+Blue) = 20+190+243=453 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.42% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #14BEF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BEF3 is #EB410C. Grayscale: #909090. Windows color (decimal): -15417613 or 15973908. OLE color: 15973908.
HSL color Cylindrical-coordinate representation of color #14BEF3: hue angle of 194.26º 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 #14BEF3 is Cyan = 0.92, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 190 | 243 | - |
| CMYK | 0.92 | 0.22 | 0 | 0.05 |
| HSL | 194.26º | 0.9% | 0.52% | - |
| HSV(B) | 194.26º | 0.92% | 0.95% | - |
| XYZ | 34.88 | 43.45 | 91.34 | - |
| YUV | 145.21 | 183.18 | 38.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 190 | 243 | 0.92 | 0.22 | 0 | 0.05 | 194.26 | 0.9 | 0.52 |
| Hex | 14 | BE | F3 | 5C | 16 | 0 | 5 | C2 | 5A | 34 |
| Octal | 24 | 276 | 363 | 134 | 26 | 0 | 5 | 302 | 132 | 64 |
| Binary | 10100 | 10111110 | 11110011 | 1011100 | 10110 | 0 | 101 | 11000010 | 1011010 | 110100 |
Color Harmonies of #14BEF3
Complementary color
Monochromatic Colors of #14BEF3
Black with #14BEF3
Text Example
Text Example
White with #14BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BEF3; }
p { color: rgb(20,190,243); }
H1.HeaderClassName
{
color: #14BEF3;
}
.AnyTagClassName
{
color: #14BEF3;
}
</style>
background-color css
<style>
a { background-color: #14BEF3; }
a { background-color: rgb(20,190,243); }
div.DivClassName
{
background-color: #14BEF3;
}
.BgClassName
{
background-color: #14BEF3;
}
</style>
border-color css
<style>
span { border-color: #14BEF3; }
span { border-color: rgb(20,190,243); }
td.TdClassName
{
border-color: #14BEF3;
}
.TagClassName
{
border-color: #14BEF3;
}
</style>