Shades of Deep Sky Blue #14CBF8
Tints of Deep Sky Blue #14CBF8
RGB
CMYK
RGB Variations
Color information
#14CBF8 (or 0x14CBF8) is known color: Deep Sky Blue. HEX triplet: 14, CB and F8. RGB value is (20,203,248). Sum of RGB (Red+Green+Blue) = 20+203+248=471 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.25% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #14CBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CBF8 is #EB3407. Grayscale: #999999. Windows color (decimal): -15414280 or 16304916. OLE color: 16304916.
HSL color Cylindrical-coordinate representation of color #14CBF8: hue angle of 191.84º 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 #14CBF8 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 203 | 248 | - |
| CMYK | 0.92 | 0.18 | 0 | 0.03 |
| HSL | 191.84º | 0.94% | 0.53% | - |
| HSV(B) | 191.84º | 0.92% | 0.97% | - |
| XYZ | 38.59 | 49.64 | 96.35 | - |
| YUV | 153.41 | 181.37 | 32.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 248 | 0.92 | 0.18 | 0 | 0.03 | 191.84 | 0.94 | 0.53 |
| Hex | 14 | CB | F8 | 5C | 12 | 0 | 3 | C0 | 5E | 35 |
| Octal | 24 | 313 | 370 | 134 | 22 | 0 | 3 | 300 | 136 | 65 |
| Binary | 10100 | 11001011 | 11111000 | 1011100 | 10010 | 0 | 11 | 11000000 | 1011110 | 110101 |
Color Harmonies of #14CBF8
Complementary color
Monochromatic Colors of #14CBF8
Black with #14CBF8
Text Example
Text Example
White with #14CBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CBF8; }
p { color: rgb(20,203,248); }
H1.HeaderClassName
{
color: #14CBF8;
}
.AnyTagClassName
{
color: #14CBF8;
}
</style>
background-color css
<style>
a { background-color: #14CBF8; }
a { background-color: rgb(20,203,248); }
div.DivClassName
{
background-color: #14CBF8;
}
.BgClassName
{
background-color: #14CBF8;
}
</style>
border-color css
<style>
span { border-color: #14CBF8; }
span { border-color: rgb(20,203,248); }
td.TdClassName
{
border-color: #14CBF8;
}
.TagClassName
{
border-color: #14CBF8;
}
</style>