Shades of Summer Sky #1FABDF
Tints of Summer Sky #1FABDF
RGB
CMYK
RGB Variations
Color information
#1FABDF (or 0x1FABDF) is known color: Summer Sky. HEX triplet: 1F, AB and DF. RGB value is (31,171,223). Sum of RGB (Red+Green+Blue) = 31+171+223=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #1FABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABDF is #E05420. Grayscale: #868686. Windows color (decimal): -14701601 or 14658335. OLE color: 14658335.
HSL color Cylindrical-coordinate representation of color #1FABDF: hue angle of 196.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FABDF is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 171 | 223 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.13 |
| HSL | 196.25º | 0.76% | 0.5% | - |
| HSV(B) | 196.25º | 0.86% | 0.87% | - |
| XYZ | 28.45 | 34.74 | 75.02 | - |
| YUV | 135.07 | 177.62 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 223 | 0.86 | 0.23 | 0 | 0.13 | 196.25 | 0.76 | 0.5 |
| Hex | 1F | AB | DF | 56 | 17 | 0 | D | C4 | 4C | 32 |
| Octal | 37 | 253 | 337 | 126 | 27 | 0 | 15 | 304 | 114 | 62 |
| Binary | 11111 | 10101011 | 11011111 | 1010110 | 10111 | 0 | 1101 | 11000100 | 1001100 | 110010 |
Color Harmonies of #1FABDF
Complementary color
Monochromatic Colors of #1FABDF
Black with #1FABDF
Text Example
Text Example
White with #1FABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABDF; }
p { color: rgb(31,171,223); }
H1.HeaderClassName
{
color: #1FABDF;
}
.AnyTagClassName
{
color: #1FABDF;
}
</style>
background-color css
<style>
a { background-color: #1FABDF; }
a { background-color: rgb(31,171,223); }
div.DivClassName
{
background-color: #1FABDF;
}
.BgClassName
{
background-color: #1FABDF;
}
</style>
border-color css
<style>
span { border-color: #1FABDF; }
span { border-color: rgb(31,171,223); }
td.TdClassName
{
border-color: #1FABDF;
}
.TagClassName
{
border-color: #1FABDF;
}
</style>