Shades of Summer Sky #2BCFE6
Tints of Summer Sky #2BCFE6
RGB
CMYK
RGB Variations
Color information
#2BCFE6 (or 0x2BCFE6) is known color: Summer Sky. HEX triplet: 2B, CF and E6. RGB value is (43,207,230). Sum of RGB (Red+Green+Blue) = 43+207+230=480 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.96% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #2BCFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCFE6 is #D43019. Grayscale: #A0A0A0. Windows color (decimal): -13905946 or 15126315. OLE color: 15126315.
HSL color Cylindrical-coordinate representation of color #2BCFE6: hue angle of 187.38º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BCFE6 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 43 | 207 | 230 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.10 |
| HSL | 187.38º | 0.79% | 0.54% | - |
| HSV(B) | 187.38º | 0.81% | 0.9% | - |
| XYZ | 37.59 | 50.85 | 82.7 | - |
| YUV | 160.59 | 167.17 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 230 | 0.81 | 0.10 | 0 | 0.10 | 187.38 | 0.79 | 0.54 |
| Hex | 2B | CF | E6 | 51 | A | 0 | A | BB | 4F | 36 |
| Octal | 53 | 317 | 346 | 121 | 12 | 0 | 12 | 273 | 117 | 66 |
| Binary | 101011 | 11001111 | 11100110 | 1010001 | 1010 | 0 | 1010 | 10111011 | 1001111 | 110110 |
Color Harmonies of #2BCFE6
Complementary color
Monochromatic Colors of #2BCFE6
Black with #2BCFE6
Text Example
Text Example
White with #2BCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFE6; }
p { color: rgb(43,207,230); }
H1.HeaderClassName
{
color: #2BCFE6;
}
.AnyTagClassName
{
color: #2BCFE6;
}
</style>
background-color css
<style>
a { background-color: #2BCFE6; }
a { background-color: rgb(43,207,230); }
div.DivClassName
{
background-color: #2BCFE6;
}
.BgClassName
{
background-color: #2BCFE6;
}
</style>
border-color css
<style>
span { border-color: #2BCFE6; }
span { border-color: rgb(43,207,230); }
td.TdClassName
{
border-color: #2BCFE6;
}
.TagClassName
{
border-color: #2BCFE6;
}
</style>