Shades of Summer Sky #1FBCEA
Tints of Summer Sky #1FBCEA
RGB
CMYK
RGB Variations
Color information
#1FBCEA (or 0x1FBCEA) is known color: Summer Sky. HEX triplet: 1F, BC and EA. RGB value is (31,188,234). Sum of RGB (Red+Green+Blue) = 31+188+234=453 (60% of max value = 765). Red value is 31 (12.5% from 255 or 6.84% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FBCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FBCEA is #E04315. Grayscale: #919191. Windows color (decimal): -14697238 or 15383583. OLE color: 15383583.
HSL color Cylindrical-coordinate representation of color #1FBCEA: hue angle of 193.6º 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 #1FBCEA is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 188 | 234 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.08 |
| HSL | 193.6º | 0.83% | 0.52% | - |
| HSV(B) | 193.6º | 0.87% | 0.92% | - |
| XYZ | 33.4 | 42.2 | 84.23 | - |
| YUV | 146.3 | 177.49 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 234 | 0.87 | 0.20 | 0 | 0.08 | 193.6 | 0.83 | 0.52 |
| Hex | 1F | BC | EA | 57 | 14 | 0 | 8 | C2 | 53 | 34 |
| Octal | 37 | 274 | 352 | 127 | 24 | 0 | 10 | 302 | 123 | 64 |
| Binary | 11111 | 10111100 | 11101010 | 1010111 | 10100 | 0 | 1000 | 11000010 | 1010011 | 110100 |
Color Harmonies of #1FBCEA
Complementary color
Monochromatic Colors of #1FBCEA
Black with #1FBCEA
Text Example
Text Example
White with #1FBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBCEA; }
p { color: rgb(31,188,234); }
H1.HeaderClassName
{
color: #1FBCEA;
}
.AnyTagClassName
{
color: #1FBCEA;
}
</style>
background-color css
<style>
a { background-color: #1FBCEA; }
a { background-color: rgb(31,188,234); }
div.DivClassName
{
background-color: #1FBCEA;
}
.BgClassName
{
background-color: #1FBCEA;
}
</style>
border-color css
<style>
span { border-color: #1FBCEA; }
span { border-color: rgb(31,188,234); }
td.TdClassName
{
border-color: #1FBCEA;
}
.TagClassName
{
border-color: #1FBCEA;
}
</style>