Shades of Summer Sky #2BBFDE
Tints of Summer Sky #2BBFDE
RGB
CMYK
RGB Variations
Color information
#2BBFDE (or 0x2BBFDE) is known color: Summer Sky. HEX triplet: 2B, BF and DE. RGB value is (43,191,222). Sum of RGB (Red+Green+Blue) = 43+191+222=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BBFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBFDE is #D44021. Grayscale: #969696. Windows color (decimal): -13910050 or 14597931. OLE color: 14597931.
HSL color Cylindrical-coordinate representation of color #2BBFDE: hue angle of 190.39º degrees, saturation: 0.73, 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 #2BBFDE is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 191 | 222 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.13 |
| HSL | 190.39º | 0.73% | 0.52% | - |
| HSV(B) | 190.39º | 0.81% | 0.87% | - |
| XYZ | 32.81 | 43.05 | 75.69 | - |
| YUV | 150.28 | 168.47 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 222 | 0.81 | 0.14 | 0 | 0.13 | 190.39 | 0.73 | 0.52 |
| Hex | 2B | BF | DE | 51 | E | 0 | D | BE | 49 | 34 |
| Octal | 53 | 277 | 336 | 121 | 16 | 0 | 15 | 276 | 111 | 64 |
| Binary | 101011 | 10111111 | 11011110 | 1010001 | 1110 | 0 | 1101 | 10111110 | 1001001 | 110100 |
Color Harmonies of #2BBFDE
Complementary color
Monochromatic Colors of #2BBFDE
Black with #2BBFDE
Text Example
Text Example
White with #2BBFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBFDE; }
p { color: rgb(43,191,222); }
H1.HeaderClassName
{
color: #2BBFDE;
}
.AnyTagClassName
{
color: #2BBFDE;
}
</style>
background-color css
<style>
a { background-color: #2BBFDE; }
a { background-color: rgb(43,191,222); }
div.DivClassName
{
background-color: #2BBFDE;
}
.BgClassName
{
background-color: #2BBFDE;
}
</style>
border-color css
<style>
span { border-color: #2BBFDE; }
span { border-color: rgb(43,191,222); }
td.TdClassName
{
border-color: #2BBFDE;
}
.TagClassName
{
border-color: #2BBFDE;
}
</style>