Shades of Summer Sky #1FB3ED
Tints of Summer Sky #1FB3ED
RGB
CMYK
RGB Variations
Color information
#1FB3ED (or 0x1FB3ED) is known color: Summer Sky. HEX triplet: 1F, B3 and ED. RGB value is (31,179,237). Sum of RGB (Red+Green+Blue) = 31+179+237=447 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.94% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #1FB3ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB3ED is #E04C12. Grayscale: #8C8C8C. Windows color (decimal): -14699539 or 15577887. OLE color: 15577887.
HSL color Cylindrical-coordinate representation of color #1FB3ED: hue angle of 196.89º 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 #1FB3ED is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 31 | 179 | 237 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.07 |
| HSL | 196.89º | 0.85% | 0.53% | - |
| HSV(B) | 196.89º | 0.87% | 0.93% | - |
| XYZ | 31.97 | 38.65 | 85.9 | - |
| YUV | 141.36 | 181.97 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 237 | 0.87 | 0.24 | 0 | 0.07 | 196.89 | 0.85 | 0.53 |
| Hex | 1F | B3 | ED | 57 | 18 | 0 | 7 | C5 | 55 | 35 |
| Octal | 37 | 263 | 355 | 127 | 30 | 0 | 7 | 305 | 125 | 65 |
| Binary | 11111 | 10110011 | 11101101 | 1010111 | 11000 | 0 | 111 | 11000101 | 1010101 | 110101 |
Color Harmonies of #1FB3ED
Complementary color
Monochromatic Colors of #1FB3ED
Black with #1FB3ED
Text Example
Text Example
White with #1FB3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB3ED; }
p { color: rgb(31,179,237); }
H1.HeaderClassName
{
color: #1FB3ED;
}
.AnyTagClassName
{
color: #1FB3ED;
}
</style>
background-color css
<style>
a { background-color: #1FB3ED; }
a { background-color: rgb(31,179,237); }
div.DivClassName
{
background-color: #1FB3ED;
}
.BgClassName
{
background-color: #1FB3ED;
}
</style>
border-color css
<style>
span { border-color: #1FB3ED; }
span { border-color: rgb(31,179,237); }
td.TdClassName
{
border-color: #1FB3ED;
}
.TagClassName
{
border-color: #1FB3ED;
}
</style>