Shades of Deep Sky Blue #1FCEFF
Tints of Deep Sky Blue #1FCEFF
RGB
CMYK
RGB Variations
Color information
#1FCEFF (or 0x1FCEFF) is known color: Deep Sky Blue. HEX triplet: 1F, CE and FF. RGB value is (31,206,255). Sum of RGB (Red+Green+Blue) = 31+206+255=492 (65% of max value = 765). Red value is 31 (12.5% from 255 or 6.30% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #1FCEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCEFF is #E03100. Grayscale: #9E9E9E. Windows color (decimal): -14692609 or 16764447. OLE color: 16764447.
HSL color Cylindrical-coordinate representation of color #1FCEFF: hue angle of 193.12º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCEFF is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 206 | 255 | - |
| CMYK | 0.88 | 0.19 | 0 | 0 |
| HSL | 193.13º | 1% | 0.56% | - |
| HSV(B) | 193.13º | 0.88% | 1% | - |
| XYZ | 40.69 | 51.65 | 102.43 | - |
| YUV | 159.26 | 182.02 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 255 | 0.88 | 0.19 | 0 | 0 | 193.13 | 1 | 0.56 |
| Hex | 1F | CE | FF | 58 | 13 | 0 | 0 | C1 | 64 | 38 |
| Octal | 37 | 316 | 377 | 130 | 23 | 0 | 0 | 301 | 144 | 70 |
| Binary | 11111 | 11001110 | 11111111 | 1011000 | 10011 | 0 | 0 | 11000001 | 1100100 | 111000 |
Color Harmonies of #1FCEFF
Complementary color
Monochromatic Colors of #1FCEFF
Black with #1FCEFF
Text Example
Text Example
White with #1FCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEFF; }
p { color: rgb(31,206,255); }
H1.HeaderClassName
{
color: #1FCEFF;
}
.AnyTagClassName
{
color: #1FCEFF;
}
</style>
background-color css
<style>
a { background-color: #1FCEFF; }
a { background-color: rgb(31,206,255); }
div.DivClassName
{
background-color: #1FCEFF;
}
.BgClassName
{
background-color: #1FCEFF;
}
</style>
border-color css
<style>
span { border-color: #1FCEFF; }
span { border-color: rgb(31,206,255); }
td.TdClassName
{
border-color: #1FCEFF;
}
.TagClassName
{
border-color: #1FCEFF;
}
</style>