Shades of Summer Sky #1F99DD
Tints of Summer Sky #1F99DD
RGB
CMYK
RGB Variations
Color information
#1F99DD (or 0x1F99DD) is known color: Summer Sky. HEX triplet: 1F, 99 and DD. RGB value is (31,153,221). Sum of RGB (Red+Green+Blue) = 31+153+221=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F99DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F99DD is #E06622. Grayscale: #7B7B7B. Windows color (decimal): -14706211 or 14522655. OLE color: 14522655.
HSL color Cylindrical-coordinate representation of color #1F99DD: hue angle of 201.47º 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 #1F99DD is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 153 | 221 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.13 |
| HSL | 201.47º | 0.75% | 0.49% | - |
| HSV(B) | 201.47º | 0.86% | 0.87% | - |
| XYZ | 25.01 | 28.29 | 72.55 | - |
| YUV | 124.27 | 182.58 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 221 | 0.86 | 0.31 | 0 | 0.13 | 201.47 | 0.75 | 0.49 |
| Hex | 1F | 99 | DD | 56 | 1F | 0 | D | C9 | 4B | 31 |
| Octal | 37 | 231 | 335 | 126 | 37 | 0 | 15 | 311 | 113 | 61 |
| Binary | 11111 | 10011001 | 11011101 | 1010110 | 11111 | 0 | 1101 | 11001001 | 1001011 | 110001 |
Color Harmonies of #1F99DD
Complementary color
Monochromatic Colors of #1F99DD
Black with #1F99DD
Text Example
Text Example
White with #1F99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F99DD; }
p { color: rgb(31,153,221); }
H1.HeaderClassName
{
color: #1F99DD;
}
.AnyTagClassName
{
color: #1F99DD;
}
</style>
background-color css
<style>
a { background-color: #1F99DD; }
a { background-color: rgb(31,153,221); }
div.DivClassName
{
background-color: #1F99DD;
}
.BgClassName
{
background-color: #1F99DD;
}
</style>
border-color css
<style>
span { border-color: #1F99DD; }
span { border-color: rgb(31,153,221); }
td.TdClassName
{
border-color: #1F99DD;
}
.TagClassName
{
border-color: #1F99DD;
}
</style>