Shades of Summer Sky #1F99DE
Tints of Summer Sky #1F99DE
RGB
CMYK
RGB Variations
Color information
#1F99DE (or 0x1F99DE) is known color: Summer Sky. HEX triplet: 1F, 99 and DE. RGB value is (31,153,222). Sum of RGB (Red+Green+Blue) = 31+153+222=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F99DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F99DE is #E06621. Grayscale: #7B7B7B. Windows color (decimal): -14706210 or 14588191. OLE color: 14588191.
HSL color Cylindrical-coordinate representation of color #1F99DE: hue angle of 201.68º 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 #1F99DE is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 153 | 222 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.13 |
| HSL | 201.68º | 0.75% | 0.5% | - |
| HSV(B) | 201.68º | 0.86% | 0.87% | - |
| XYZ | 25.14 | 28.35 | 73.25 | - |
| YUV | 124.39 | 183.08 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 222 | 0.86 | 0.31 | 0 | 0.13 | 201.68 | 0.75 | 0.5 |
| Hex | 1F | 99 | DE | 56 | 1F | 0 | D | CA | 4B | 32 |
| Octal | 37 | 231 | 336 | 126 | 37 | 0 | 15 | 312 | 113 | 62 |
| Binary | 11111 | 10011001 | 11011110 | 1010110 | 11111 | 0 | 1101 | 11001010 | 1001011 | 110010 |
Color Harmonies of #1F99DE
Complementary color
Monochromatic Colors of #1F99DE
Black with #1F99DE
Text Example
Text Example
White with #1F99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F99DE; }
p { color: rgb(31,153,222); }
H1.HeaderClassName
{
color: #1F99DE;
}
.AnyTagClassName
{
color: #1F99DE;
}
</style>
background-color css
<style>
a { background-color: #1F99DE; }
a { background-color: rgb(31,153,222); }
div.DivClassName
{
background-color: #1F99DE;
}
.BgClassName
{
background-color: #1F99DE;
}
</style>
border-color css
<style>
span { border-color: #1F99DE; }
span { border-color: rgb(31,153,222); }
td.TdClassName
{
border-color: #1F99DE;
}
.TagClassName
{
border-color: #1F99DE;
}
</style>