Shades of Summer Sky #1FABD3
Tints of Summer Sky #1FABD3
RGB
CMYK
RGB Variations
Color information
#1FABD3 (or 0x1FABD3) is known color: Summer Sky. HEX triplet: 1F, AB and D3. RGB value is (31,171,211). Sum of RGB (Red+Green+Blue) = 31+171+211=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 211 (82.81% from 255 or 51.09% from 413); Max value from RGB is 211 - color contains mainly: blue. Hex color #1FABD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABD3 is #E0542C. Grayscale: #858585. Windows color (decimal): -14701613 or 13871903. OLE color: 13871903.
HSL color Cylindrical-coordinate representation of color #1FABD3: hue angle of 193.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FABD3 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 171 | 211 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.17 |
| HSL | 193.33º | 0.74% | 0.47% | - |
| HSV(B) | 193.33º | 0.85% | 0.83% | - |
| XYZ | 26.89 | 34.12 | 66.8 | - |
| YUV | 133.7 | 171.62 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 211 | 0.85 | 0.19 | 0 | 0.17 | 193.33 | 0.74 | 0.47 |
| Hex | 1F | AB | D3 | 55 | 13 | 0 | 11 | C1 | 4A | 2F |
| Octal | 37 | 253 | 323 | 125 | 23 | 0 | 21 | 301 | 112 | 57 |
| Binary | 11111 | 10101011 | 11010011 | 1010101 | 10011 | 0 | 10001 | 11000001 | 1001010 | 101111 |
Color Harmonies of #1FABD3
Complementary color
Monochromatic Colors of #1FABD3
Black with #1FABD3
Text Example
Text Example
White with #1FABD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABD3; }
p { color: rgb(31,171,211); }
H1.HeaderClassName
{
color: #1FABD3;
}
.AnyTagClassName
{
color: #1FABD3;
}
</style>
background-color css
<style>
a { background-color: #1FABD3; }
a { background-color: rgb(31,171,211); }
div.DivClassName
{
background-color: #1FABD3;
}
.BgClassName
{
background-color: #1FABD3;
}
</style>
border-color css
<style>
span { border-color: #1FABD3; }
span { border-color: rgb(31,171,211); }
td.TdClassName
{
border-color: #1FABD3;
}
.TagClassName
{
border-color: #1FABD3;
}
</style>