Shades of Deep Sky Blue #1FCFF1
Tints of Deep Sky Blue #1FCFF1
RGB
CMYK
RGB Variations
Color information
#1FCFF1 (or 0x1FCFF1) is known color: Deep Sky Blue. HEX triplet: 1F, CF and F1. RGB value is (31,207,241). Sum of RGB (Red+Green+Blue) = 31+207+241=479 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.47% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 241 (94.53% from 255 or 50.31% from 479); Max value from RGB is 241 - color contains mainly: blue. Hex color #1FCFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCFF1 is #E0300E. Grayscale: #9D9D9D. Windows color (decimal): -14692367 or 15847199. OLE color: 15847199.
HSL color Cylindrical-coordinate representation of color #1FCFF1: hue angle of 189.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCFF1 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 207 | 241 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.05 |
| HSL | 189.71º | 0.88% | 0.53% | - |
| HSV(B) | 189.71º | 0.87% | 0.95% | - |
| XYZ | 38.76 | 51.27 | 91.07 | - |
| YUV | 158.25 | 174.69 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 241 | 0.87 | 0.14 | 0 | 0.05 | 189.71 | 0.88 | 0.53 |
| Hex | 1F | CF | F1 | 57 | E | 0 | 5 | BE | 58 | 35 |
| Octal | 37 | 317 | 361 | 127 | 16 | 0 | 5 | 276 | 130 | 65 |
| Binary | 11111 | 11001111 | 11110001 | 1010111 | 1110 | 0 | 101 | 10111110 | 1011000 | 110101 |
Color Harmonies of #1FCFF1
Complementary color
Monochromatic Colors of #1FCFF1
Black with #1FCFF1
Text Example
Text Example
White with #1FCFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCFF1; }
p { color: rgb(31,207,241); }
H1.HeaderClassName
{
color: #1FCFF1;
}
.AnyTagClassName
{
color: #1FCFF1;
}
</style>
background-color css
<style>
a { background-color: #1FCFF1; }
a { background-color: rgb(31,207,241); }
div.DivClassName
{
background-color: #1FCFF1;
}
.BgClassName
{
background-color: #1FCFF1;
}
</style>
border-color css
<style>
span { border-color: #1FCFF1; }
span { border-color: rgb(31,207,241); }
td.TdClassName
{
border-color: #1FCFF1;
}
.TagClassName
{
border-color: #1FCFF1;
}
</style>