Shades of Summer Sky #2DBBDF
Tints of Summer Sky #2DBBDF
RGB
CMYK
RGB Variations
Color information
#2DBBDF (or 0x2DBBDF) is known color: Summer Sky. HEX triplet: 2D, BB and DF. RGB value is (45,187,223). Sum of RGB (Red+Green+Blue) = 45+187+223=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DBBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBBDF is #D24420. Grayscale: #949494. Windows color (decimal): -13780001 or 14662445. OLE color: 14662445.
HSL color Cylindrical-coordinate representation of color #2DBBDF: hue angle of 192.13º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DBBDF is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 187 | 223 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.13 |
| HSL | 192.13º | 0.74% | 0.53% | - |
| HSV(B) | 192.13º | 0.8% | 0.87% | - |
| XYZ | 32.17 | 41.43 | 76.11 | - |
| YUV | 148.65 | 169.96 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 223 | 0.80 | 0.16 | 0 | 0.13 | 192.13 | 0.74 | 0.53 |
| Hex | 2D | BB | DF | 50 | 10 | 0 | D | C0 | 4A | 35 |
| Octal | 55 | 273 | 337 | 120 | 20 | 0 | 15 | 300 | 112 | 65 |
| Binary | 101101 | 10111011 | 11011111 | 1010000 | 10000 | 0 | 1101 | 11000000 | 1001010 | 110101 |
Color Harmonies of #2DBBDF
Complementary color
Monochromatic Colors of #2DBBDF
Black with #2DBBDF
Text Example
Text Example
White with #2DBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBDF; }
p { color: rgb(45,187,223); }
H1.HeaderClassName
{
color: #2DBBDF;
}
.AnyTagClassName
{
color: #2DBBDF;
}
</style>
background-color css
<style>
a { background-color: #2DBBDF; }
a { background-color: rgb(45,187,223); }
div.DivClassName
{
background-color: #2DBBDF;
}
.BgClassName
{
background-color: #2DBBDF;
}
</style>
border-color css
<style>
span { border-color: #2DBBDF; }
span { border-color: rgb(45,187,223); }
td.TdClassName
{
border-color: #2DBBDF;
}
.TagClassName
{
border-color: #2DBBDF;
}
</style>