Shades of Summer Sky #1FABE4
Tints of Summer Sky #1FABE4
RGB
CMYK
RGB Variations
Color information
#1FABE4 (or 0x1FABE4) is known color: Summer Sky. HEX triplet: 1F, AB and E4. RGB value is (31,171,228). Sum of RGB (Red+Green+Blue) = 31+171+228=430 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.21% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #1FABE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABE4 is #E0541B. Grayscale: #878787. Windows color (decimal): -14701596 or 14986015. OLE color: 14986015.
HSL color Cylindrical-coordinate representation of color #1FABE4: hue angle of 197.36º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FABE4 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 31 | 171 | 228 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.11 |
| HSL | 197.36º | 0.78% | 0.51% | - |
| HSV(B) | 197.36º | 0.86% | 0.89% | - |
| XYZ | 29.13 | 35.02 | 78.62 | - |
| YUV | 135.64 | 180.12 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 228 | 0.86 | 0.25 | 0 | 0.11 | 197.36 | 0.78 | 0.51 |
| Hex | 1F | AB | E4 | 56 | 19 | 0 | B | C5 | 4E | 33 |
| Octal | 37 | 253 | 344 | 126 | 31 | 0 | 13 | 305 | 116 | 63 |
| Binary | 11111 | 10101011 | 11100100 | 1010110 | 11001 | 0 | 1011 | 11000101 | 1001110 | 110011 |
Color Harmonies of #1FABE4
Complementary color
Monochromatic Colors of #1FABE4
Black with #1FABE4
Text Example
Text Example
White with #1FABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABE4; }
p { color: rgb(31,171,228); }
H1.HeaderClassName
{
color: #1FABE4;
}
.AnyTagClassName
{
color: #1FABE4;
}
</style>
background-color css
<style>
a { background-color: #1FABE4; }
a { background-color: rgb(31,171,228); }
div.DivClassName
{
background-color: #1FABE4;
}
.BgClassName
{
background-color: #1FABE4;
}
</style>
border-color css
<style>
span { border-color: #1FABE4; }
span { border-color: rgb(31,171,228); }
td.TdClassName
{
border-color: #1FABE4;
}
.TagClassName
{
border-color: #1FABE4;
}
</style>