Shades of Summer Sky #1FADF4
Tints of Summer Sky #1FADF4
RGB
CMYK
RGB Variations
Color information
#1FADF4 (or 0x1FADF4) is known color: Summer Sky. HEX triplet: 1F, AD and F4. RGB value is (31,173,244). Sum of RGB (Red+Green+Blue) = 31+173+244=448 (59% of max value = 765). Red value is 31 (12.5% from 255 or 6.92% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 244 (95.70% from 255 or 54.46% from 448); Max value from RGB is 244 - color contains mainly: blue. Hex color #1FADF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1FADF4 is #E0520B. Grayscale: #8A8A8A. Windows color (decimal): -14701068 or 16035103. OLE color: 16035103.
HSL color Cylindrical-coordinate representation of color #1FADF4: hue angle of 200º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FADF4 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 31 | 173 | 244 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.04 |
| HSL | 200º | 0.91% | 0.54% | - |
| HSV(B) | 200º | 0.87% | 0.96% | - |
| XYZ | 31.84 | 36.71 | 91 | - |
| YUV | 138.64 | 187.46 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 244 | 0.87 | 0.29 | 0 | 0.04 | 200 | 0.91 | 0.54 |
| Hex | 1F | AD | F4 | 57 | 1D | 0 | 4 | C8 | 5B | 36 |
| Octal | 37 | 255 | 364 | 127 | 35 | 0 | 4 | 310 | 133 | 66 |
| Binary | 11111 | 10101101 | 11110100 | 1010111 | 11101 | 0 | 100 | 11001000 | 1011011 | 110110 |
Color Harmonies of #1FADF4
Complementary color
Monochromatic Colors of #1FADF4
Black with #1FADF4
Text Example
Text Example
White with #1FADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADF4; }
p { color: rgb(31,173,244); }
H1.HeaderClassName
{
color: #1FADF4;
}
.AnyTagClassName
{
color: #1FADF4;
}
</style>
background-color css
<style>
a { background-color: #1FADF4; }
a { background-color: rgb(31,173,244); }
div.DivClassName
{
background-color: #1FADF4;
}
.BgClassName
{
background-color: #1FADF4;
}
</style>
border-color css
<style>
span { border-color: #1FADF4; }
span { border-color: rgb(31,173,244); }
td.TdClassName
{
border-color: #1FADF4;
}
.TagClassName
{
border-color: #1FADF4;
}
</style>