Shades of Summer Sky #1FAFD5
Tints of Summer Sky #1FAFD5
RGB
CMYK
RGB Variations
Color information
#1FAFD5 (or 0x1FAFD5) is known color: Summer Sky. HEX triplet: 1F, AF and D5. RGB value is (31,175,213). Sum of RGB (Red+Green+Blue) = 31+175+213=419 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.40% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #1FAFD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAFD5 is #E0502A. Grayscale: #878787. Windows color (decimal): -14700587 or 14003999. OLE color: 14003999.
HSL color Cylindrical-coordinate representation of color #1FAFD5: hue angle of 192.53º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FAFD5 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 175 | 213 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.16 |
| HSL | 192.53º | 0.75% | 0.48% | - |
| HSV(B) | 192.53º | 0.85% | 0.84% | - |
| XYZ | 27.91 | 35.76 | 68.38 | - |
| YUV | 136.28 | 171.29 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 213 | 0.85 | 0.18 | 0 | 0.16 | 192.53 | 0.75 | 0.48 |
| Hex | 1F | AF | D5 | 55 | 12 | 0 | 10 | C1 | 4B | 30 |
| Octal | 37 | 257 | 325 | 125 | 22 | 0 | 20 | 301 | 113 | 60 |
| Binary | 11111 | 10101111 | 11010101 | 1010101 | 10010 | 0 | 10000 | 11000001 | 1001011 | 110000 |
Color Harmonies of #1FAFD5
Complementary color
Monochromatic Colors of #1FAFD5
Black with #1FAFD5
Text Example
Text Example
White with #1FAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAFD5; }
p { color: rgb(31,175,213); }
H1.HeaderClassName
{
color: #1FAFD5;
}
.AnyTagClassName
{
color: #1FAFD5;
}
</style>
background-color css
<style>
a { background-color: #1FAFD5; }
a { background-color: rgb(31,175,213); }
div.DivClassName
{
background-color: #1FAFD5;
}
.BgClassName
{
background-color: #1FAFD5;
}
</style>
border-color css
<style>
span { border-color: #1FAFD5; }
span { border-color: rgb(31,175,213); }
td.TdClassName
{
border-color: #1FAFD5;
}
.TagClassName
{
border-color: #1FAFD5;
}
</style>