Shades of Deep Sky Blue #1FCDED
Tints of Deep Sky Blue #1FCDED
RGB
CMYK
RGB Variations
Color information
#1FCDED (or 0x1FCDED) is known color: Deep Sky Blue. HEX triplet: 1F, CD and ED. RGB value is (31,205,237). Sum of RGB (Red+Green+Blue) = 31+205+237=473 (62% of max value = 765). Red value is 31 (12.5% from 255 or 6.55% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FCDED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCDED is #E03212. Grayscale: #9C9C9C. Windows color (decimal): -14692883 or 15584543. OLE color: 15584543.
HSL color Cylindrical-coordinate representation of color #1FCDED: hue angle of 189.32º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FCDED is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 205 | 237 | - |
| CMYK | 0.87 | 0.14 | 0 | 0.07 |
| HSL | 189.32º | 0.85% | 0.53% | - |
| HSV(B) | 189.32º | 0.87% | 0.93% | - |
| XYZ | 37.68 | 50.07 | 87.8 | - |
| YUV | 156.62 | 173.35 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 205 | 237 | 0.87 | 0.14 | 0 | 0.07 | 189.32 | 0.85 | 0.53 |
| Hex | 1F | CD | ED | 57 | E | 0 | 7 | BD | 55 | 35 |
| Octal | 37 | 315 | 355 | 127 | 16 | 0 | 7 | 275 | 125 | 65 |
| Binary | 11111 | 11001101 | 11101101 | 1010111 | 1110 | 0 | 111 | 10111101 | 1010101 | 110101 |
Color Harmonies of #1FCDED
Complementary color
Monochromatic Colors of #1FCDED
Black with #1FCDED
Text Example
Text Example
White with #1FCDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCDED; }
p { color: rgb(31,205,237); }
H1.HeaderClassName
{
color: #1FCDED;
}
.AnyTagClassName
{
color: #1FCDED;
}
</style>
background-color css
<style>
a { background-color: #1FCDED; }
a { background-color: rgb(31,205,237); }
div.DivClassName
{
background-color: #1FCDED;
}
.BgClassName
{
background-color: #1FCDED;
}
</style>
border-color css
<style>
span { border-color: #1FCDED; }
span { border-color: rgb(31,205,237); }
td.TdClassName
{
border-color: #1FCDED;
}
.TagClassName
{
border-color: #1FCDED;
}
</style>