Shades of Deep Sky Blue #14BFE5
Tints of Deep Sky Blue #14BFE5
RGB
CMYK
RGB Variations
Color information
#14BFE5 (or 0x14BFE5) is known color: Deep Sky Blue. HEX triplet: 14, BF and E5. RGB value is (20,191,229). Sum of RGB (Red+Green+Blue) = 20+191+229=440 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.55% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #14BFE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFE5 is #EB401A. Grayscale: #8F8F8F. Windows color (decimal): -15417371 or 15056660. OLE color: 15056660.
HSL color Cylindrical-coordinate representation of color #14BFE5: hue angle of 190.91º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14BFE5 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 191 | 229 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.10 |
| HSL | 190.91º | 0.84% | 0.49% | - |
| HSV(B) | 190.91º | 0.91% | 0.9% | - |
| XYZ | 33.06 | 43.07 | 80.7 | - |
| YUV | 144.2 | 175.85 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 229 | 0.91 | 0.17 | 0 | 0.10 | 190.91 | 0.84 | 0.49 |
| Hex | 14 | BF | E5 | 5B | 11 | 0 | A | BF | 54 | 31 |
| Octal | 24 | 277 | 345 | 133 | 21 | 0 | 12 | 277 | 124 | 61 |
| Binary | 10100 | 10111111 | 11100101 | 1011011 | 10001 | 0 | 1010 | 10111111 | 1010100 | 110001 |
Color Harmonies of #14BFE5
Complementary color
Monochromatic Colors of #14BFE5
Black with #14BFE5
Text Example
Text Example
White with #14BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BFE5; }
p { color: rgb(20,191,229); }
H1.HeaderClassName
{
color: #14BFE5;
}
.AnyTagClassName
{
color: #14BFE5;
}
</style>
background-color css
<style>
a { background-color: #14BFE5; }
a { background-color: rgb(20,191,229); }
div.DivClassName
{
background-color: #14BFE5;
}
.BgClassName
{
background-color: #14BFE5;
}
</style>
border-color css
<style>
span { border-color: #14BFE5; }
span { border-color: rgb(20,191,229); }
td.TdClassName
{
border-color: #14BFE5;
}
.TagClassName
{
border-color: #14BFE5;
}
</style>