Shades of Deep Sky Blue #1FCCF3
Tints of Deep Sky Blue #1FCCF3
RGB
CMYK
RGB Variations
Color information
#1FCCF3 (or 0x1FCCF3) is known color: Deep Sky Blue. HEX triplet: 1F, CC and F3. RGB value is (31,204,243). Sum of RGB (Red+Green+Blue) = 31+204+243=478 (63% of max value = 765). Red value is 31 (12.5% from 255 or 6.49% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #1FCCF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCCF3 is #E0330C. Grayscale: #9C9C9C. Windows color (decimal): -14693133 or 15977503. OLE color: 15977503.
HSL color Cylindrical-coordinate representation of color #1FCCF3: hue angle of 191.04º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCCF3 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 204 | 243 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.05 |
| HSL | 191.04º | 0.9% | 0.54% | - |
| HSV(B) | 191.04º | 0.87% | 0.95% | - |
| XYZ | 38.34 | 49.95 | 92.41 | - |
| YUV | 156.72 | 176.69 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 243 | 0.87 | 0.16 | 0 | 0.05 | 191.04 | 0.9 | 0.54 |
| Hex | 1F | CC | F3 | 57 | 10 | 0 | 5 | BF | 5A | 36 |
| Octal | 37 | 314 | 363 | 127 | 20 | 0 | 5 | 277 | 132 | 66 |
| Binary | 11111 | 11001100 | 11110011 | 1010111 | 10000 | 0 | 101 | 10111111 | 1011010 | 110110 |
Color Harmonies of #1FCCF3
Complementary color
Monochromatic Colors of #1FCCF3
Black with #1FCCF3
Text Example
Text Example
White with #1FCCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCF3; }
p { color: rgb(31,204,243); }
H1.HeaderClassName
{
color: #1FCCF3;
}
.AnyTagClassName
{
color: #1FCCF3;
}
</style>
background-color css
<style>
a { background-color: #1FCCF3; }
a { background-color: rgb(31,204,243); }
div.DivClassName
{
background-color: #1FCCF3;
}
.BgClassName
{
background-color: #1FCCF3;
}
</style>
border-color css
<style>
span { border-color: #1FCCF3; }
span { border-color: rgb(31,204,243); }
td.TdClassName
{
border-color: #1FCCF3;
}
.TagClassName
{
border-color: #1FCCF3;
}
</style>