Shades of Summer Sky #1FBEDC
Tints of Summer Sky #1FBEDC
RGB
CMYK
RGB Variations
Color information
#1FBEDC (or 0x1FBEDC) is known color: Summer Sky. HEX triplet: 1F, BE and DC. RGB value is (31,190,220). Sum of RGB (Red+Green+Blue) = 31+190+220=441 (58% of max value = 765). Red value is 31 (12.5% from 255 or 7.03% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FBEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBEDC is #E04123. Grayscale: #919191. Windows color (decimal): -14696740 or 14466591. OLE color: 14466591.
HSL color Cylindrical-coordinate representation of color #1FBEDC: hue angle of 189.52º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FBEDC is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 190 | 220 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.14 |
| HSL | 189.52º | 0.75% | 0.49% | - |
| HSV(B) | 189.52º | 0.86% | 0.86% | - |
| XYZ | 31.9 | 42.29 | 74.19 | - |
| YUV | 145.88 | 169.82 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 220 | 0.86 | 0.14 | 0 | 0.14 | 189.52 | 0.75 | 0.49 |
| Hex | 1F | BE | DC | 56 | E | 0 | E | BE | 4B | 31 |
| Octal | 37 | 276 | 334 | 126 | 16 | 0 | 16 | 276 | 113 | 61 |
| Binary | 11111 | 10111110 | 11011100 | 1010110 | 1110 | 0 | 1110 | 10111110 | 1001011 | 110001 |
Color Harmonies of #1FBEDC
Complementary color
Monochromatic Colors of #1FBEDC
Black with #1FBEDC
Text Example
Text Example
White with #1FBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBEDC; }
p { color: rgb(31,190,220); }
H1.HeaderClassName
{
color: #1FBEDC;
}
.AnyTagClassName
{
color: #1FBEDC;
}
</style>
background-color css
<style>
a { background-color: #1FBEDC; }
a { background-color: rgb(31,190,220); }
div.DivClassName
{
background-color: #1FBEDC;
}
.BgClassName
{
background-color: #1FBEDC;
}
</style>
border-color css
<style>
span { border-color: #1FBEDC; }
span { border-color: rgb(31,190,220); }
td.TdClassName
{
border-color: #1FBEDC;
}
.TagClassName
{
border-color: #1FBEDC;
}
</style>