Shades of Summer Sky #1FB6ED
Tints of Summer Sky #1FB6ED
RGB
CMYK
RGB Variations
Color information
#1FB6ED (or 0x1FB6ED) is known color: Summer Sky. HEX triplet: 1F, B6 and ED. RGB value is (31,182,237). Sum of RGB (Red+Green+Blue) = 31+182+237=450 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.89% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FB6ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB6ED is #E04912. Grayscale: #8E8E8E. Windows color (decimal): -14698771 or 15578655. OLE color: 15578655.
HSL color Cylindrical-coordinate representation of color #1FB6ED: hue angle of 196.02º 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 #1FB6ED is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 182 | 237 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.07 |
| HSL | 196.02º | 0.85% | 0.53% | - |
| HSV(B) | 196.02º | 0.87% | 0.93% | - |
| XYZ | 32.58 | 39.86 | 86.1 | - |
| YUV | 143.12 | 180.97 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 182 | 237 | 0.87 | 0.23 | 0 | 0.07 | 196.02 | 0.85 | 0.53 |
| Hex | 1F | B6 | ED | 57 | 17 | 0 | 7 | C4 | 55 | 35 |
| Octal | 37 | 266 | 355 | 127 | 27 | 0 | 7 | 304 | 125 | 65 |
| Binary | 11111 | 10110110 | 11101101 | 1010111 | 10111 | 0 | 111 | 11000100 | 1010101 | 110101 |
Color Harmonies of #1FB6ED
Complementary color
Monochromatic Colors of #1FB6ED
Black with #1FB6ED
Text Example
Text Example
White with #1FB6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB6ED; }
p { color: rgb(31,182,237); }
H1.HeaderClassName
{
color: #1FB6ED;
}
.AnyTagClassName
{
color: #1FB6ED;
}
</style>
background-color css
<style>
a { background-color: #1FB6ED; }
a { background-color: rgb(31,182,237); }
div.DivClassName
{
background-color: #1FB6ED;
}
.BgClassName
{
background-color: #1FB6ED;
}
</style>
border-color css
<style>
span { border-color: #1FB6ED; }
span { border-color: rgb(31,182,237); }
td.TdClassName
{
border-color: #1FB6ED;
}
.TagClassName
{
border-color: #1FB6ED;
}
</style>