Shades of Summer Sky #2099DF
Tints of Summer Sky #2099DF
RGB
CMYK
RGB Variations
Color information
#2099DF (or 0x2099DF) is known color: Summer Sky. HEX triplet: 20, 99 and DF. RGB value is (32,153,223). Sum of RGB (Red+Green+Blue) = 32+153+223=408 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.84% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #2099DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2099DF is #DF6620. Grayscale: #7C7C7C. Windows color (decimal): -14640673 or 14653728. OLE color: 14653728.
HSL color Cylindrical-coordinate representation of color #2099DF: hue angle of 201.99º 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 #2099DF is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 153 | 223 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.13 |
| HSL | 201.99º | 0.75% | 0.5% | - |
| HSV(B) | 201.99º | 0.86% | 0.87% | - |
| XYZ | 25.31 | 28.42 | 73.96 | - |
| YUV | 124.8 | 183.41 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 223 | 0.86 | 0.31 | 0 | 0.13 | 201.99 | 0.75 | 0.5 |
| Hex | 20 | 99 | DF | 56 | 1F | 0 | D | CA | 4B | 32 |
| Octal | 40 | 231 | 337 | 126 | 37 | 0 | 15 | 312 | 113 | 62 |
| Binary | 100000 | 10011001 | 11011111 | 1010110 | 11111 | 0 | 1101 | 11001010 | 1001011 | 110010 |
Color Harmonies of #2099DF
Complementary color
Monochromatic Colors of #2099DF
Black with #2099DF
Text Example
Text Example
White with #2099DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099DF; }
p { color: rgb(32,153,223); }
H1.HeaderClassName
{
color: #2099DF;
}
.AnyTagClassName
{
color: #2099DF;
}
</style>
background-color css
<style>
a { background-color: #2099DF; }
a { background-color: rgb(32,153,223); }
div.DivClassName
{
background-color: #2099DF;
}
.BgClassName
{
background-color: #2099DF;
}
</style>
border-color css
<style>
span { border-color: #2099DF; }
span { border-color: rgb(32,153,223); }
td.TdClassName
{
border-color: #2099DF;
}
.TagClassName
{
border-color: #2099DF;
}
</style>