Shades of Summer Sky #1FCBEA
Tints of Summer Sky #1FCBEA
RGB
CMYK
RGB Variations
Color information
#1FCBEA (or 0x1FCBEA) is known color: Summer Sky. HEX triplet: 1F, CB and EA. RGB value is (31,203,234). Sum of RGB (Red+Green+Blue) = 31+203+234=468 (61% of max value = 765). Red value is 31 (12.5% from 255 or 6.62% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #1FCBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FCBEA is #E03415. Grayscale: #9A9A9A. Windows color (decimal): -14693398 or 15387423. OLE color: 15387423.
HSL color Cylindrical-coordinate representation of color #1FCBEA: hue angle of 189.16º 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 #1FCBEA is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 31 | 203 | 234 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.08 |
| HSL | 189.16º | 0.83% | 0.52% | - |
| HSV(B) | 189.16º | 0.87% | 0.92% | - |
| XYZ | 36.77 | 48.94 | 85.35 | - |
| YUV | 155.11 | 172.52 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 234 | 0.87 | 0.13 | 0 | 0.08 | 189.16 | 0.83 | 0.52 |
| Hex | 1F | CB | EA | 57 | D | 0 | 8 | BD | 53 | 34 |
| Octal | 37 | 313 | 352 | 127 | 15 | 0 | 10 | 275 | 123 | 64 |
| Binary | 11111 | 11001011 | 11101010 | 1010111 | 1101 | 0 | 1000 | 10111101 | 1010011 | 110100 |
Color Harmonies of #1FCBEA
Complementary color
Monochromatic Colors of #1FCBEA
Black with #1FCBEA
Text Example
Text Example
White with #1FCBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCBEA; }
p { color: rgb(31,203,234); }
H1.HeaderClassName
{
color: #1FCBEA;
}
.AnyTagClassName
{
color: #1FCBEA;
}
</style>
background-color css
<style>
a { background-color: #1FCBEA; }
a { background-color: rgb(31,203,234); }
div.DivClassName
{
background-color: #1FCBEA;
}
.BgClassName
{
background-color: #1FCBEA;
}
</style>
border-color css
<style>
span { border-color: #1FCBEA; }
span { border-color: rgb(31,203,234); }
td.TdClassName
{
border-color: #1FCBEA;
}
.TagClassName
{
border-color: #1FCBEA;
}
</style>