Shades of Deep Sky Blue #14BDF8
Tints of Deep Sky Blue #14BDF8
RGB
CMYK
RGB Variations
Color information
#14BDF8 (or 0x14BDF8) is known color: Deep Sky Blue. HEX triplet: 14, BD and F8. RGB value is (20,189,248). Sum of RGB (Red+Green+Blue) = 20+189+248=457 (60% of max value = 765). Red value is 20 (8.20% from 255 or 4.38% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #14BDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14BDF8 is #EB4207. Grayscale: #909090. Windows color (decimal): -15417864 or 16301332. OLE color: 16301332.
HSL color Cylindrical-coordinate representation of color #14BDF8: hue angle of 195.53º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BDF8 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 189 | 248 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.03 |
| HSL | 195.53º | 0.94% | 0.53% | - |
| HSV(B) | 195.53º | 0.92% | 0.97% | - |
| XYZ | 35.43 | 43.32 | 95.3 | - |
| YUV | 145.2 | 186.01 | 38.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 248 | 0.92 | 0.24 | 0 | 0.03 | 195.53 | 0.94 | 0.53 |
| Hex | 14 | BD | F8 | 5C | 18 | 0 | 3 | C4 | 5E | 35 |
| Octal | 24 | 275 | 370 | 134 | 30 | 0 | 3 | 304 | 136 | 65 |
| Binary | 10100 | 10111101 | 11111000 | 1011100 | 11000 | 0 | 11 | 11000100 | 1011110 | 110101 |
Color Harmonies of #14BDF8
Complementary color
Monochromatic Colors of #14BDF8
Black with #14BDF8
Text Example
Text Example
White with #14BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BDF8; }
p { color: rgb(20,189,248); }
H1.HeaderClassName
{
color: #14BDF8;
}
.AnyTagClassName
{
color: #14BDF8;
}
</style>
background-color css
<style>
a { background-color: #14BDF8; }
a { background-color: rgb(20,189,248); }
div.DivClassName
{
background-color: #14BDF8;
}
.BgClassName
{
background-color: #14BDF8;
}
</style>
border-color css
<style>
span { border-color: #14BDF8; }
span { border-color: rgb(20,189,248); }
td.TdClassName
{
border-color: #14BDF8;
}
.TagClassName
{
border-color: #14BDF8;
}
</style>