Shades of Summer Sky #2BBEDF
Tints of Summer Sky #2BBEDF
RGB
CMYK
RGB Variations
Color information
#2BBEDF (or 0x2BBEDF) is known color: Summer Sky. HEX triplet: 2B, BE and DF. RGB value is (43,190,223). Sum of RGB (Red+Green+Blue) = 43+190+223=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #2BBEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEDF is #D44120. Grayscale: #959595. Windows color (decimal): -13910305 or 14663211. OLE color: 14663211.
HSL color Cylindrical-coordinate representation of color #2BBEDF: hue angle of 191º 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 #2BBEDF is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 190 | 223 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.13 |
| HSL | 191º | 0.74% | 0.52% | - |
| HSV(B) | 191º | 0.81% | 0.87% | - |
| XYZ | 32.73 | 42.67 | 76.32 | - |
| YUV | 149.81 | 169.3 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 223 | 0.81 | 0.15 | 0 | 0.13 | 191 | 0.74 | 0.52 |
| Hex | 2B | BE | DF | 51 | F | 0 | D | BF | 4A | 34 |
| Octal | 53 | 276 | 337 | 121 | 17 | 0 | 15 | 277 | 112 | 64 |
| Binary | 101011 | 10111110 | 11011111 | 1010001 | 1111 | 0 | 1101 | 10111111 | 1001010 | 110100 |
Color Harmonies of #2BBEDF
Complementary color
Monochromatic Colors of #2BBEDF
Black with #2BBEDF
Text Example
Text Example
White with #2BBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEDF; }
p { color: rgb(43,190,223); }
H1.HeaderClassName
{
color: #2BBEDF;
}
.AnyTagClassName
{
color: #2BBEDF;
}
</style>
background-color css
<style>
a { background-color: #2BBEDF; }
a { background-color: rgb(43,190,223); }
div.DivClassName
{
background-color: #2BBEDF;
}
.BgClassName
{
background-color: #2BBEDF;
}
</style>
border-color css
<style>
span { border-color: #2BBEDF; }
span { border-color: rgb(43,190,223); }
td.TdClassName
{
border-color: #2BBEDF;
}
.TagClassName
{
border-color: #2BBEDF;
}
</style>