Shades of Deep Sky Blue #1FCCEC
Tints of Deep Sky Blue #1FCCEC
RGB
CMYK
RGB Variations
Color information
#1FCCEC (or 0x1FCCEC) is known color: Deep Sky Blue. HEX triplet: 1F, CC and EC. RGB value is (31,204,236). Sum of RGB (Red+Green+Blue) = 31+204+236=471 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.58% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #1FCCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCEC is #E03313. Grayscale: #9B9B9B. Windows color (decimal): -14693140 or 15518751. OLE color: 15518751.
HSL color Cylindrical-coordinate representation of color #1FCCEC: hue angle of 189.37º 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 #1FCCEC is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 204 | 236 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.07 |
| HSL | 189.37º | 0.84% | 0.52% | - |
| HSV(B) | 189.37º | 0.87% | 0.93% | - |
| XYZ | 37.3 | 49.53 | 86.95 | - |
| YUV | 155.92 | 173.19 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 236 | 0.87 | 0.14 | 0 | 0.07 | 189.37 | 0.84 | 0.52 |
| Hex | 1F | CC | EC | 57 | E | 0 | 7 | BD | 54 | 34 |
| Octal | 37 | 314 | 354 | 127 | 16 | 0 | 7 | 275 | 124 | 64 |
| Binary | 11111 | 11001100 | 11101100 | 1010111 | 1110 | 0 | 111 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1FCCEC
Complementary color
Monochromatic Colors of #1FCCEC
Black with #1FCCEC
Text Example
Text Example
White with #1FCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCEC; }
p { color: rgb(31,204,236); }
H1.HeaderClassName
{
color: #1FCCEC;
}
.AnyTagClassName
{
color: #1FCCEC;
}
</style>
background-color css
<style>
a { background-color: #1FCCEC; }
a { background-color: rgb(31,204,236); }
div.DivClassName
{
background-color: #1FCCEC;
}
.BgClassName
{
background-color: #1FCCEC;
}
</style>
border-color css
<style>
span { border-color: #1FCCEC; }
span { border-color: rgb(31,204,236); }
td.TdClassName
{
border-color: #1FCCEC;
}
.TagClassName
{
border-color: #1FCCEC;
}
</style>