Shades of Summer Sky #2B99DF
Tints of Summer Sky #2B99DF
RGB
CMYK
RGB Variations
Color information
#2B99DF (or 0x2B99DF) is known color: Summer Sky. HEX triplet: 2B, 99 and DF. RGB value is (43,153,223). Sum of RGB (Red+Green+Blue) = 43+153+223=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B99DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B99DF is #D46620. Grayscale: #7F7F7F. Windows color (decimal): -13919777 or 14653739. OLE color: 14653739.
HSL color Cylindrical-coordinate representation of color #2B99DF: hue angle of 203.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B99DF is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 153 | 223 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.13 |
| HSL | 203.33º | 0.74% | 0.52% | - |
| HSV(B) | 203.33º | 0.81% | 0.87% | - |
| XYZ | 25.71 | 28.62 | 73.98 | - |
| YUV | 128.09 | 181.56 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 223 | 0.81 | 0.31 | 0 | 0.13 | 203.33 | 0.74 | 0.52 |
| Hex | 2B | 99 | DF | 51 | 1F | 0 | D | CB | 4A | 34 |
| Octal | 53 | 231 | 337 | 121 | 37 | 0 | 15 | 313 | 112 | 64 |
| Binary | 101011 | 10011001 | 11011111 | 1010001 | 11111 | 0 | 1101 | 11001011 | 1001010 | 110100 |
Color Harmonies of #2B99DF
Complementary color
Monochromatic Colors of #2B99DF
Black with #2B99DF
Text Example
Text Example
White with #2B99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B99DF; }
p { color: rgb(43,153,223); }
H1.HeaderClassName
{
color: #2B99DF;
}
.AnyTagClassName
{
color: #2B99DF;
}
</style>
background-color css
<style>
a { background-color: #2B99DF; }
a { background-color: rgb(43,153,223); }
div.DivClassName
{
background-color: #2B99DF;
}
.BgClassName
{
background-color: #2B99DF;
}
</style>
border-color css
<style>
span { border-color: #2B99DF; }
span { border-color: rgb(43,153,223); }
td.TdClassName
{
border-color: #2B99DF;
}
.TagClassName
{
border-color: #2B99DF;
}
</style>