Shades of Summer Sky #1F99DF
Tints of Summer Sky #1F99DF
RGB
CMYK
RGB Variations
Color information
#1F99DF (or 0x1F99DF) is known color: Summer Sky. HEX triplet: 1F, 99 and DF. RGB value is (31,153,223). Sum of RGB (Red+Green+Blue) = 31+153+223=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F99DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F99DF is #E06620. Grayscale: #7C7C7C. Windows color (decimal): -14706209 or 14653727. OLE color: 14653727.
HSL color Cylindrical-coordinate representation of color #1F99DF: hue angle of 201.88º degrees, saturation: 0.76, 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 #1F99DF is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 153 | 223 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.13 |
| HSL | 201.88º | 0.76% | 0.5% | - |
| HSV(B) | 201.88º | 0.86% | 0.87% | - |
| XYZ | 25.28 | 28.4 | 73.96 | - |
| YUV | 124.5 | 183.58 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 153 | 223 | 0.86 | 0.31 | 0 | 0.13 | 201.88 | 0.76 | 0.5 |
| Hex | 1F | 99 | DF | 56 | 1F | 0 | D | CA | 4C | 32 |
| Octal | 37 | 231 | 337 | 126 | 37 | 0 | 15 | 312 | 114 | 62 |
| Binary | 11111 | 10011001 | 11011111 | 1010110 | 11111 | 0 | 1101 | 11001010 | 1001100 | 110010 |
Color Harmonies of #1F99DF
Complementary color
Monochromatic Colors of #1F99DF
Black with #1F99DF
Text Example
Text Example
White with #1F99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F99DF; }
p { color: rgb(31,153,223); }
H1.HeaderClassName
{
color: #1F99DF;
}
.AnyTagClassName
{
color: #1F99DF;
}
</style>
background-color css
<style>
a { background-color: #1F99DF; }
a { background-color: rgb(31,153,223); }
div.DivClassName
{
background-color: #1F99DF;
}
.BgClassName
{
background-color: #1F99DF;
}
</style>
border-color css
<style>
span { border-color: #1F99DF; }
span { border-color: rgb(31,153,223); }
td.TdClassName
{
border-color: #1F99DF;
}
.TagClassName
{
border-color: #1F99DF;
}
</style>