Shades of Deep Sky Blue #1FCCF9
Tints of Deep Sky Blue #1FCCF9
RGB
CMYK
RGB Variations
Color information
#1FCCF9 (or 0x1FCCF9) is known color: Deep Sky Blue. HEX triplet: 1F, CC and F9. RGB value is (31,204,249). Sum of RGB (Red+Green+Blue) = 31+204+249=484 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.40% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #1FCCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCF9 is #E03306. Grayscale: #9D9D9D. Windows color (decimal): -14693127 or 16370719. OLE color: 16370719.
HSL color Cylindrical-coordinate representation of color #1FCCF9: hue angle of 192.39º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCCF9 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 204 | 249 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.02 |
| HSL | 192.39º | 0.95% | 0.55% | - |
| HSV(B) | 192.39º | 0.88% | 0.98% | - |
| XYZ | 39.26 | 50.32 | 97.27 | - |
| YUV | 157.4 | 179.69 | 37.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 249 | 0.88 | 0.18 | 0 | 0.02 | 192.39 | 0.95 | 0.55 |
| Hex | 1F | CC | F9 | 58 | 12 | 0 | 2 | C0 | 5F | 37 |
| Octal | 37 | 314 | 371 | 130 | 22 | 0 | 2 | 300 | 137 | 67 |
| Binary | 11111 | 11001100 | 11111001 | 1011000 | 10010 | 0 | 10 | 11000000 | 1011111 | 110111 |
Color Harmonies of #1FCCF9
Complementary color
Monochromatic Colors of #1FCCF9
Black with #1FCCF9
Text Example
Text Example
White with #1FCCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCF9; }
p { color: rgb(31,204,249); }
H1.HeaderClassName
{
color: #1FCCF9;
}
.AnyTagClassName
{
color: #1FCCF9;
}
</style>
background-color css
<style>
a { background-color: #1FCCF9; }
a { background-color: rgb(31,204,249); }
div.DivClassName
{
background-color: #1FCCF9;
}
.BgClassName
{
background-color: #1FCCF9;
}
</style>
border-color css
<style>
span { border-color: #1FCCF9; }
span { border-color: rgb(31,204,249); }
td.TdClassName
{
border-color: #1FCCF9;
}
.TagClassName
{
border-color: #1FCCF9;
}
</style>