Shades of Summer Sky #1FABDC
Tints of Summer Sky #1FABDC
RGB
CMYK
RGB Variations
Color information
#1FABDC (or 0x1FABDC) is known color: Summer Sky. HEX triplet: 1F, AB and DC. RGB value is (31,171,220). Sum of RGB (Red+Green+Blue) = 31+171+220=422 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.35% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #1FABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABDC is #E05423. Grayscale: #868686. Windows color (decimal): -14701604 or 14461727. OLE color: 14461727.
HSL color Cylindrical-coordinate representation of color #1FABDC: hue angle of 195.56º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FABDC is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 171 | 220 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.14 |
| HSL | 195.56º | 0.75% | 0.49% | - |
| HSV(B) | 195.56º | 0.86% | 0.86% | - |
| XYZ | 28.05 | 34.58 | 72.91 | - |
| YUV | 134.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 220 | 0.86 | 0.22 | 0 | 0.14 | 195.56 | 0.75 | 0.49 |
| Hex | 1F | AB | DC | 56 | 16 | 0 | E | C4 | 4B | 31 |
| Octal | 37 | 253 | 334 | 126 | 26 | 0 | 16 | 304 | 113 | 61 |
| Binary | 11111 | 10101011 | 11011100 | 1010110 | 10110 | 0 | 1110 | 11000100 | 1001011 | 110001 |
Color Harmonies of #1FABDC
Complementary color
Monochromatic Colors of #1FABDC
Black with #1FABDC
Text Example
Text Example
White with #1FABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABDC; }
p { color: rgb(31,171,220); }
H1.HeaderClassName
{
color: #1FABDC;
}
.AnyTagClassName
{
color: #1FABDC;
}
</style>
background-color css
<style>
a { background-color: #1FABDC; }
a { background-color: rgb(31,171,220); }
div.DivClassName
{
background-color: #1FABDC;
}
.BgClassName
{
background-color: #1FABDC;
}
</style>
border-color css
<style>
span { border-color: #1FABDC; }
span { border-color: rgb(31,171,220); }
td.TdClassName
{
border-color: #1FABDC;
}
.TagClassName
{
border-color: #1FABDC;
}
</style>