Shades of Summer Sky #2BB3CF
Tints of Summer Sky #2BB3CF
RGB
CMYK
RGB Variations
Color information
#2BB3CF (or 0x2BB3CF) is known color: Summer Sky. HEX triplet: 2B, B3 and CF. RGB value is (43,179,207). Sum of RGB (Red+Green+Blue) = 43+179+207=429 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.02% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #2BB3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB3CF is #D44C30. Grayscale: #8D8D8D. Windows color (decimal): -13913137 or 13611819. OLE color: 13611819.
HSL color Cylindrical-coordinate representation of color #2BB3CF: hue angle of 190.24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BB3CF is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 179 | 207 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.19 |
| HSL | 190.24º | 0.66% | 0.49% | - |
| HSV(B) | 190.24º | 0.79% | 0.81% | - |
| XYZ | 28.38 | 37.26 | 64.73 | - |
| YUV | 141.53 | 164.94 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 207 | 0.79 | 0.14 | 0 | 0.19 | 190.24 | 0.66 | 0.49 |
| Hex | 2B | B3 | CF | 4F | E | 0 | 13 | BE | 42 | 31 |
| Octal | 53 | 263 | 317 | 117 | 16 | 0 | 23 | 276 | 102 | 61 |
| Binary | 101011 | 10110011 | 11001111 | 1001111 | 1110 | 0 | 10011 | 10111110 | 1000010 | 110001 |
Color Harmonies of #2BB3CF
Complementary color
Monochromatic Colors of #2BB3CF
Black with #2BB3CF
Text Example
Text Example
White with #2BB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB3CF; }
p { color: rgb(43,179,207); }
H1.HeaderClassName
{
color: #2BB3CF;
}
.AnyTagClassName
{
color: #2BB3CF;
}
</style>
background-color css
<style>
a { background-color: #2BB3CF; }
a { background-color: rgb(43,179,207); }
div.DivClassName
{
background-color: #2BB3CF;
}
.BgClassName
{
background-color: #2BB3CF;
}
</style>
border-color css
<style>
span { border-color: #2BB3CF; }
span { border-color: rgb(43,179,207); }
td.TdClassName
{
border-color: #2BB3CF;
}
.TagClassName
{
border-color: #2BB3CF;
}
</style>