Shades of Summer Sky #2BBFCA
Tints of Summer Sky #2BBFCA
RGB
CMYK
RGB Variations
Color information
#2BBFCA (or 0x2BBFCA) is known color: Summer Sky. HEX triplet: 2B, BF and CA. RGB value is (43,191,202). Sum of RGB (Red+Green+Blue) = 43+191+202=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #2BBFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBFCA is #D44035. Grayscale: #939393. Windows color (decimal): -13910070 or 13287211. OLE color: 13287211.
HSL color Cylindrical-coordinate representation of color #2BBFCA: hue angle of 184.15º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BBFCA is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 191 | 202 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.21 |
| HSL | 184.15º | 0.65% | 0.48% | - |
| HSV(B) | 184.15º | 0.79% | 0.79% | - |
| XYZ | 30.29 | 42.04 | 62.4 | - |
| YUV | 148 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 202 | 0.79 | 0.05 | 0 | 0.21 | 184.15 | 0.65 | 0.48 |
| Hex | 2B | BF | CA | 4F | 5 | 0 | 15 | B8 | 41 | 30 |
| Octal | 53 | 277 | 312 | 117 | 5 | 0 | 25 | 270 | 101 | 60 |
| Binary | 101011 | 10111111 | 11001010 | 1001111 | 101 | 0 | 10101 | 10111000 | 1000001 | 110000 |
Color Harmonies of #2BBFCA
Complementary color
Monochromatic Colors of #2BBFCA
Black with #2BBFCA
Text Example
Text Example
White with #2BBFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBFCA; }
p { color: rgb(43,191,202); }
H1.HeaderClassName
{
color: #2BBFCA;
}
.AnyTagClassName
{
color: #2BBFCA;
}
</style>
background-color css
<style>
a { background-color: #2BBFCA; }
a { background-color: rgb(43,191,202); }
div.DivClassName
{
background-color: #2BBFCA;
}
.BgClassName
{
background-color: #2BBFCA;
}
</style>
border-color css
<style>
span { border-color: #2BBFCA; }
span { border-color: rgb(43,191,202); }
td.TdClassName
{
border-color: #2BBFCA;
}
.TagClassName
{
border-color: #2BBFCA;
}
</style>