Shades of Summer Sky #1FBAEA
Tints of Summer Sky #1FBAEA
RGB
CMYK
RGB Variations
Color information
#1FBAEA (or 0x1FBAEA) is known color: Summer Sky. HEX triplet: 1F, BA and EA. RGB value is (31,186,234). Sum of RGB (Red+Green+Blue) = 31+186+234=451 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.87% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FBAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBAEA is #E04515. Grayscale: #909090. Windows color (decimal): -14697750 or 15383071. OLE color: 15383071.
HSL color Cylindrical-coordinate representation of color #1FBAEA: hue angle of 194.19º 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 #1FBAEA is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 186 | 234 | - |
| CMYK | 0.87 | 0.21 | 0 | 0.08 |
| HSL | 194.19º | 0.83% | 0.52% | - |
| HSV(B) | 194.19º | 0.87% | 0.92% | - |
| XYZ | 32.98 | 41.35 | 84.09 | - |
| YUV | 145.13 | 178.15 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 234 | 0.87 | 0.21 | 0 | 0.08 | 194.19 | 0.83 | 0.52 |
| Hex | 1F | BA | EA | 57 | 15 | 0 | 8 | C2 | 53 | 34 |
| Octal | 37 | 272 | 352 | 127 | 25 | 0 | 10 | 302 | 123 | 64 |
| Binary | 11111 | 10111010 | 11101010 | 1010111 | 10101 | 0 | 1000 | 11000010 | 1010011 | 110100 |
Color Harmonies of #1FBAEA
Complementary color
Monochromatic Colors of #1FBAEA
Black with #1FBAEA
Text Example
Text Example
White with #1FBAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBAEA; }
p { color: rgb(31,186,234); }
H1.HeaderClassName
{
color: #1FBAEA;
}
.AnyTagClassName
{
color: #1FBAEA;
}
</style>
background-color css
<style>
a { background-color: #1FBAEA; }
a { background-color: rgb(31,186,234); }
div.DivClassName
{
background-color: #1FBAEA;
}
.BgClassName
{
background-color: #1FBAEA;
}
</style>
border-color css
<style>
span { border-color: #1FBAEA; }
span { border-color: rgb(31,186,234); }
td.TdClassName
{
border-color: #1FBAEA;
}
.TagClassName
{
border-color: #1FBAEA;
}
</style>