Shades of Deep Sky Blue #1FCEFC
Tints of Deep Sky Blue #1FCEFC
RGB
CMYK
RGB Variations
Color information
#1FCEFC (or 0x1FCEFC) is known color: Deep Sky Blue. HEX triplet: 1F, CE and FC. RGB value is (31,206,252). Sum of RGB (Red+Green+Blue) = 31+206+252=489 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.34% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #1FCEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCEFC is #E03103. Grayscale: #9E9E9E. Windows color (decimal): -14692612 or 16567839. OLE color: 16567839.
HSL color Cylindrical-coordinate representation of color #1FCEFC: hue angle of 192.49º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCEFC is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 206 | 252 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.01 |
| HSL | 192.49º | 0.97% | 0.55% | - |
| HSV(B) | 192.49º | 0.88% | 0.99% | - |
| XYZ | 40.21 | 51.46 | 99.91 | - |
| YUV | 158.92 | 180.52 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 252 | 0.88 | 0.18 | 0 | 0.01 | 192.49 | 0.97 | 0.55 |
| Hex | 1F | CE | FC | 58 | 12 | 0 | 1 | C0 | 61 | 37 |
| Octal | 37 | 316 | 374 | 130 | 22 | 0 | 1 | 300 | 141 | 67 |
| Binary | 11111 | 11001110 | 11111100 | 1011000 | 10010 | 0 | 1 | 11000000 | 1100001 | 110111 |
Color Harmonies of #1FCEFC
Complementary color
Monochromatic Colors of #1FCEFC
Black with #1FCEFC
Text Example
Text Example
White with #1FCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEFC; }
p { color: rgb(31,206,252); }
H1.HeaderClassName
{
color: #1FCEFC;
}
.AnyTagClassName
{
color: #1FCEFC;
}
</style>
background-color css
<style>
a { background-color: #1FCEFC; }
a { background-color: rgb(31,206,252); }
div.DivClassName
{
background-color: #1FCEFC;
}
.BgClassName
{
background-color: #1FCEFC;
}
</style>
border-color css
<style>
span { border-color: #1FCEFC; }
span { border-color: rgb(31,206,252); }
td.TdClassName
{
border-color: #1FCEFC;
}
.TagClassName
{
border-color: #1FCEFC;
}
</style>