Shades of Summer Sky #2DBBEF
Tints of Summer Sky #2DBBEF
RGB
CMYK
RGB Variations
Color information
#2DBBEF (or 0x2DBBEF) is known color: Summer Sky. HEX triplet: 2D, BB and EF. RGB value is (45,187,239). Sum of RGB (Red+Green+Blue) = 45+187+239=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DBBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBBEF is #D24410. Grayscale: #969696. Windows color (decimal): -13779985 or 15711021. OLE color: 15711021.
HSL color Cylindrical-coordinate representation of color #2DBBEF: hue angle of 196.08º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBBEF is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 187 | 239 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.06 |
| HSL | 196.08º | 0.86% | 0.56% | - |
| HSV(B) | 196.08º | 0.81% | 0.94% | - |
| XYZ | 34.43 | 42.33 | 88.02 | - |
| YUV | 150.47 | 177.96 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 239 | 0.81 | 0.22 | 0 | 0.06 | 196.08 | 0.86 | 0.56 |
| Hex | 2D | BB | EF | 51 | 16 | 0 | 6 | C4 | 56 | 38 |
| Octal | 55 | 273 | 357 | 121 | 26 | 0 | 6 | 304 | 126 | 70 |
| Binary | 101101 | 10111011 | 11101111 | 1010001 | 10110 | 0 | 110 | 11000100 | 1010110 | 111000 |
Color Harmonies of #2DBBEF
Complementary color
Monochromatic Colors of #2DBBEF
Black with #2DBBEF
Text Example
Text Example
White with #2DBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBEF; }
p { color: rgb(45,187,239); }
H1.HeaderClassName
{
color: #2DBBEF;
}
.AnyTagClassName
{
color: #2DBBEF;
}
</style>
background-color css
<style>
a { background-color: #2DBBEF; }
a { background-color: rgb(45,187,239); }
div.DivClassName
{
background-color: #2DBBEF;
}
.BgClassName
{
background-color: #2DBBEF;
}
</style>
border-color css
<style>
span { border-color: #2DBBEF; }
span { border-color: rgb(45,187,239); }
td.TdClassName
{
border-color: #2DBBEF;
}
.TagClassName
{
border-color: #2DBBEF;
}
</style>