Shades of Summer Sky #1FABDD
Tints of Summer Sky #1FABDD
RGB
CMYK
RGB Variations
Color information
#1FABDD (or 0x1FABDD) is known color: Summer Sky. HEX triplet: 1F, AB and DD. RGB value is (31,171,221). Sum of RGB (Red+Green+Blue) = 31+171+221=423 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.33% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #1FABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABDD is #E05422. Grayscale: #868686. Windows color (decimal): -14701603 or 14527263. OLE color: 14527263.
HSL color Cylindrical-coordinate representation of color #1FABDD: hue angle of 195.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FABDD is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 171 | 221 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.13 |
| HSL | 195.79º | 0.75% | 0.49% | - |
| HSV(B) | 195.79º | 0.86% | 0.87% | - |
| XYZ | 28.18 | 34.64 | 73.61 | - |
| YUV | 134.84 | 176.62 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 221 | 0.86 | 0.23 | 0 | 0.13 | 195.79 | 0.75 | 0.49 |
| Hex | 1F | AB | DD | 56 | 17 | 0 | D | C4 | 4B | 31 |
| Octal | 37 | 253 | 335 | 126 | 27 | 0 | 15 | 304 | 113 | 61 |
| Binary | 11111 | 10101011 | 11011101 | 1010110 | 10111 | 0 | 1101 | 11000100 | 1001011 | 110001 |
Color Harmonies of #1FABDD
Complementary color
Monochromatic Colors of #1FABDD
Black with #1FABDD
Text Example
Text Example
White with #1FABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABDD; }
p { color: rgb(31,171,221); }
H1.HeaderClassName
{
color: #1FABDD;
}
.AnyTagClassName
{
color: #1FABDD;
}
</style>
background-color css
<style>
a { background-color: #1FABDD; }
a { background-color: rgb(31,171,221); }
div.DivClassName
{
background-color: #1FABDD;
}
.BgClassName
{
background-color: #1FABDD;
}
</style>
border-color css
<style>
span { border-color: #1FABDD; }
span { border-color: rgb(31,171,221); }
td.TdClassName
{
border-color: #1FABDD;
}
.TagClassName
{
border-color: #1FABDD;
}
</style>