Shades of Deep Sky Blue #1FCEFD
Tints of Deep Sky Blue #1FCEFD
RGB
CMYK
RGB Variations
Color information
#1FCEFD (or 0x1FCEFD) is known color: Deep Sky Blue. HEX triplet: 1F, CE and FD. RGB value is (31,206,253). Sum of RGB (Red+Green+Blue) = 31+206+253=490 (64% of max value = 765). Red value is 31 (12.5% from 255 or 6.33% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FCEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCEFD is #E03102. Grayscale: #9E9E9E. Windows color (decimal): -14692611 or 16633375. OLE color: 16633375.
HSL color Cylindrical-coordinate representation of color #1FCEFD: hue angle of 192.7º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FCEFD is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 206 | 253 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.01 |
| HSL | 192.7º | 0.98% | 0.56% | - |
| HSV(B) | 192.7º | 0.88% | 0.99% | - |
| XYZ | 40.37 | 51.53 | 100.75 | - |
| YUV | 159.03 | 181.02 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 206 | 253 | 0.88 | 0.19 | 0 | 0.01 | 192.7 | 0.98 | 0.56 |
| Hex | 1F | CE | FD | 58 | 13 | 0 | 1 | C1 | 62 | 38 |
| Octal | 37 | 316 | 375 | 130 | 23 | 0 | 1 | 301 | 142 | 70 |
| Binary | 11111 | 11001110 | 11111101 | 1011000 | 10011 | 0 | 1 | 11000001 | 1100010 | 111000 |
Color Harmonies of #1FCEFD
Complementary color
Monochromatic Colors of #1FCEFD
Black with #1FCEFD
Text Example
Text Example
White with #1FCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCEFD; }
p { color: rgb(31,206,253); }
H1.HeaderClassName
{
color: #1FCEFD;
}
.AnyTagClassName
{
color: #1FCEFD;
}
</style>
background-color css
<style>
a { background-color: #1FCEFD; }
a { background-color: rgb(31,206,253); }
div.DivClassName
{
background-color: #1FCEFD;
}
.BgClassName
{
background-color: #1FCEFD;
}
</style>
border-color css
<style>
span { border-color: #1FCEFD; }
span { border-color: rgb(31,206,253); }
td.TdClassName
{
border-color: #1FCEFD;
}
.TagClassName
{
border-color: #1FCEFD;
}
</style>