Shades of Summer Sky #2DBBF1
Tints of Summer Sky #2DBBF1
RGB
CMYK
RGB Variations
Color information
#2DBBF1 (or 0x2DBBF1) is known color: Summer Sky. HEX triplet: 2D, BB and F1. RGB value is (45,187,241). Sum of RGB (Red+Green+Blue) = 45+187+241=473 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.51% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #2DBBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DBBF1 is #D2440E. Grayscale: #969696. Windows color (decimal): -13779983 or 15842093. OLE color: 15842093.
HSL color Cylindrical-coordinate representation of color #2DBBF1: hue angle of 196.53º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DBBF1 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 187 | 241 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.05 |
| HSL | 196.53º | 0.88% | 0.56% | - |
| HSV(B) | 196.53º | 0.81% | 0.95% | - |
| XYZ | 34.73 | 42.45 | 89.58 | - |
| YUV | 150.7 | 178.96 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 241 | 0.81 | 0.22 | 0 | 0.05 | 196.53 | 0.88 | 0.56 |
| Hex | 2D | BB | F1 | 51 | 16 | 0 | 5 | C5 | 58 | 38 |
| Octal | 55 | 273 | 361 | 121 | 26 | 0 | 5 | 305 | 130 | 70 |
| Binary | 101101 | 10111011 | 11110001 | 1010001 | 10110 | 0 | 101 | 11000101 | 1011000 | 111000 |
Color Harmonies of #2DBBF1
Complementary color
Monochromatic Colors of #2DBBF1
Black with #2DBBF1
Text Example
Text Example
White with #2DBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBF1; }
p { color: rgb(45,187,241); }
H1.HeaderClassName
{
color: #2DBBF1;
}
.AnyTagClassName
{
color: #2DBBF1;
}
</style>
background-color css
<style>
a { background-color: #2DBBF1; }
a { background-color: rgb(45,187,241); }
div.DivClassName
{
background-color: #2DBBF1;
}
.BgClassName
{
background-color: #2DBBF1;
}
</style>
border-color css
<style>
span { border-color: #2DBBF1; }
span { border-color: rgb(45,187,241); }
td.TdClassName
{
border-color: #2DBBF1;
}
.TagClassName
{
border-color: #2DBBF1;
}
</style>