Shades of Summer Sky #1FB4EA
Tints of Summer Sky #1FB4EA
RGB
CMYK
RGB Variations
Color information
#1FB4EA (or 0x1FB4EA) is known color: Summer Sky. HEX triplet: 1F, B4 and EA. RGB value is (31,180,234). Sum of RGB (Red+Green+Blue) = 31+180+234=445 (58% of max value = 765). Red value is 31 (12.5% from 255 or 6.97% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FB4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FB4EA is #E04B15. Grayscale: #8D8D8D. Windows color (decimal): -14699286 or 15381535. OLE color: 15381535.
HSL color Cylindrical-coordinate representation of color #1FB4EA: hue angle of 195.96º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FB4EA is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 180 | 234 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.08 |
| HSL | 195.96º | 0.83% | 0.52% | - |
| HSV(B) | 195.96º | 0.87% | 0.92% | - |
| XYZ | 31.74 | 38.87 | 83.67 | - |
| YUV | 141.61 | 180.14 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 234 | 0.87 | 0.23 | 0 | 0.08 | 195.96 | 0.83 | 0.52 |
| Hex | 1F | B4 | EA | 57 | 17 | 0 | 8 | C4 | 53 | 34 |
| Octal | 37 | 264 | 352 | 127 | 27 | 0 | 10 | 304 | 123 | 64 |
| Binary | 11111 | 10110100 | 11101010 | 1010111 | 10111 | 0 | 1000 | 11000100 | 1010011 | 110100 |
Color Harmonies of #1FB4EA
Complementary color
Monochromatic Colors of #1FB4EA
Black with #1FB4EA
Text Example
Text Example
White with #1FB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB4EA; }
p { color: rgb(31,180,234); }
H1.HeaderClassName
{
color: #1FB4EA;
}
.AnyTagClassName
{
color: #1FB4EA;
}
</style>
background-color css
<style>
a { background-color: #1FB4EA; }
a { background-color: rgb(31,180,234); }
div.DivClassName
{
background-color: #1FB4EA;
}
.BgClassName
{
background-color: #1FB4EA;
}
</style>
border-color css
<style>
span { border-color: #1FB4EA; }
span { border-color: rgb(31,180,234); }
td.TdClassName
{
border-color: #1FB4EA;
}
.TagClassName
{
border-color: #1FB4EA;
}
</style>