Shades of Summer Sky #1FAFDE
Tints of Summer Sky #1FAFDE
RGB
CMYK
RGB Variations
Color information
#1FAFDE (or 0x1FAFDE) is known color: Summer Sky. HEX triplet: 1F, AF and DE. RGB value is (31,175,222). Sum of RGB (Red+Green+Blue) = 31+175+222=428 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.24% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 222 (87.11% from 255 or 51.87% from 428); Max value from RGB is 222 - color contains mainly: blue. Hex color #1FAFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAFDE is #E05021. Grayscale: #888888. Windows color (decimal): -14700578 or 14593823. OLE color: 14593823.
HSL color Cylindrical-coordinate representation of color #1FAFDE: hue angle of 194.76º degrees, saturation: 0.75, 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 #1FAFDE is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 175 | 222 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.13 |
| HSL | 194.76º | 0.75% | 0.5% | - |
| HSV(B) | 194.76º | 0.86% | 0.87% | - |
| XYZ | 29.08 | 36.23 | 74.57 | - |
| YUV | 137.3 | 175.79 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 222 | 0.86 | 0.21 | 0 | 0.13 | 194.76 | 0.75 | 0.5 |
| Hex | 1F | AF | DE | 56 | 15 | 0 | D | C3 | 4B | 32 |
| Octal | 37 | 257 | 336 | 126 | 25 | 0 | 15 | 303 | 113 | 62 |
| Binary | 11111 | 10101111 | 11011110 | 1010110 | 10101 | 0 | 1101 | 11000011 | 1001011 | 110010 |
Color Harmonies of #1FAFDE
Complementary color
Monochromatic Colors of #1FAFDE
Black with #1FAFDE
Text Example
Text Example
White with #1FAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAFDE; }
p { color: rgb(31,175,222); }
H1.HeaderClassName
{
color: #1FAFDE;
}
.AnyTagClassName
{
color: #1FAFDE;
}
</style>
background-color css
<style>
a { background-color: #1FAFDE; }
a { background-color: rgb(31,175,222); }
div.DivClassName
{
background-color: #1FAFDE;
}
.BgClassName
{
background-color: #1FAFDE;
}
</style>
border-color css
<style>
span { border-color: #1FAFDE; }
span { border-color: rgb(31,175,222); }
td.TdClassName
{
border-color: #1FAFDE;
}
.TagClassName
{
border-color: #1FAFDE;
}
</style>