Shades of Summer Sky #1FB8ED
Tints of Summer Sky #1FB8ED
RGB
CMYK
RGB Variations
Color information
#1FB8ED (or 0x1FB8ED) is known color: Summer Sky. HEX triplet: 1F, B8 and ED. RGB value is (31,184,237). Sum of RGB (Red+Green+Blue) = 31+184+237=452 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.86% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FB8ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB8ED is #E04712. Grayscale: #8F8F8F. Windows color (decimal): -14698259 or 15579167. OLE color: 15579167.
HSL color Cylindrical-coordinate representation of color #1FB8ED: hue angle of 195.44º 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 #1FB8ED is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 184 | 237 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.07 |
| HSL | 195.44º | 0.85% | 0.53% | - |
| HSV(B) | 195.44º | 0.87% | 0.93% | - |
| XYZ | 32.99 | 40.69 | 86.24 | - |
| YUV | 144.3 | 180.31 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 237 | 0.87 | 0.22 | 0 | 0.07 | 195.44 | 0.85 | 0.53 |
| Hex | 1F | B8 | ED | 57 | 16 | 0 | 7 | C3 | 55 | 35 |
| Octal | 37 | 270 | 355 | 127 | 26 | 0 | 7 | 303 | 125 | 65 |
| Binary | 11111 | 10111000 | 11101101 | 1010111 | 10110 | 0 | 111 | 11000011 | 1010101 | 110101 |
Color Harmonies of #1FB8ED
Complementary color
Monochromatic Colors of #1FB8ED
Black with #1FB8ED
Text Example
Text Example
White with #1FB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB8ED; }
p { color: rgb(31,184,237); }
H1.HeaderClassName
{
color: #1FB8ED;
}
.AnyTagClassName
{
color: #1FB8ED;
}
</style>
background-color css
<style>
a { background-color: #1FB8ED; }
a { background-color: rgb(31,184,237); }
div.DivClassName
{
background-color: #1FB8ED;
}
.BgClassName
{
background-color: #1FB8ED;
}
</style>
border-color css
<style>
span { border-color: #1FB8ED; }
span { border-color: rgb(31,184,237); }
td.TdClassName
{
border-color: #1FB8ED;
}
.TagClassName
{
border-color: #1FB8ED;
}
</style>