Shades of Deep Sky Blue #1FCAEC
Tints of Deep Sky Blue #1FCAEC
RGB
CMYK
RGB Variations
Color information
#1FCAEC (or 0x1FCAEC) is known color: Deep Sky Blue. HEX triplet: 1F, CA and EC. RGB value is (31,202,236). Sum of RGB (Red+Green+Blue) = 31+202+236=469 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.61% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FCAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCAEC is #E03513. Grayscale: #9A9A9A. Windows color (decimal): -14693652 or 15518239. OLE color: 15518239.
HSL color Cylindrical-coordinate representation of color #1FCAEC: hue angle of 189.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCAEC is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 202 | 236 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.07 |
| HSL | 189.95º | 0.84% | 0.52% | - |
| HSV(B) | 189.95º | 0.87% | 0.93% | - |
| XYZ | 36.83 | 48.59 | 86.79 | - |
| YUV | 154.75 | 173.85 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 202 | 236 | 0.87 | 0.14 | 0 | 0.07 | 189.95 | 0.84 | 0.52 |
| Hex | 1F | CA | EC | 57 | E | 0 | 7 | BE | 54 | 34 |
| Octal | 37 | 312 | 354 | 127 | 16 | 0 | 7 | 276 | 124 | 64 |
| Binary | 11111 | 11001010 | 11101100 | 1010111 | 1110 | 0 | 111 | 10111110 | 1010100 | 110100 |
Color Harmonies of #1FCAEC
Complementary color
Monochromatic Colors of #1FCAEC
Black with #1FCAEC
Text Example
Text Example
White with #1FCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCAEC; }
p { color: rgb(31,202,236); }
H1.HeaderClassName
{
color: #1FCAEC;
}
.AnyTagClassName
{
color: #1FCAEC;
}
</style>
background-color css
<style>
a { background-color: #1FCAEC; }
a { background-color: rgb(31,202,236); }
div.DivClassName
{
background-color: #1FCAEC;
}
.BgClassName
{
background-color: #1FCAEC;
}
</style>
border-color css
<style>
span { border-color: #1FCAEC; }
span { border-color: rgb(31,202,236); }
td.TdClassName
{
border-color: #1FCAEC;
}
.TagClassName
{
border-color: #1FCAEC;
}
</style>