Shades of Deep Sky Blue #14CBFC
Tints of Deep Sky Blue #14CBFC
RGB
CMYK
RGB Variations
Color information
#14CBFC (or 0x14CBFC) is known color: Deep Sky Blue. HEX triplet: 14, CB and FC. RGB value is (20,203,252). Sum of RGB (Red+Green+Blue) = 20+203+252=475 (62% of max value = 765). Red value is 20 (8.20% from 255 or 4.21% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #14CBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CBFC is #EB3403. Grayscale: #999999. Windows color (decimal): -15414276 or 16567060. OLE color: 16567060.
HSL color Cylindrical-coordinate representation of color #14CBFC: hue angle of 192.67º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14CBFC is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 203 | 252 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.01 |
| HSL | 192.67º | 0.97% | 0.53% | - |
| HSV(B) | 192.67º | 0.92% | 0.99% | - |
| XYZ | 39.22 | 49.89 | 99.66 | - |
| YUV | 153.87 | 183.37 | 32.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 252 | 0.92 | 0.19 | 0 | 0.01 | 192.67 | 0.97 | 0.53 |
| Hex | 14 | CB | FC | 5C | 13 | 0 | 1 | C1 | 61 | 35 |
| Octal | 24 | 313 | 374 | 134 | 23 | 0 | 1 | 301 | 141 | 65 |
| Binary | 10100 | 11001011 | 11111100 | 1011100 | 10011 | 0 | 1 | 11000001 | 1100001 | 110101 |
Color Harmonies of #14CBFC
Complementary color
Monochromatic Colors of #14CBFC
Black with #14CBFC
Text Example
Text Example
White with #14CBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CBFC; }
p { color: rgb(20,203,252); }
H1.HeaderClassName
{
color: #14CBFC;
}
.AnyTagClassName
{
color: #14CBFC;
}
</style>
background-color css
<style>
a { background-color: #14CBFC; }
a { background-color: rgb(20,203,252); }
div.DivClassName
{
background-color: #14CBFC;
}
.BgClassName
{
background-color: #14CBFC;
}
</style>
border-color css
<style>
span { border-color: #14CBFC; }
span { border-color: rgb(20,203,252); }
td.TdClassName
{
border-color: #14CBFC;
}
.TagClassName
{
border-color: #14CBFC;
}
</style>