Shades of Summer Sky #2BC9EF
Tints of Summer Sky #2BC9EF
RGB
CMYK
RGB Variations
Color information
#2BC9EF (or 0x2BC9EF) is known color: Summer Sky. HEX triplet: 2B, C9 and EF. RGB value is (43,201,239). Sum of RGB (Red+Green+Blue) = 43+201+239=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BC9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC9EF is #D43610. Grayscale: #9D9D9D. Windows color (decimal): -13907473 or 15714603. OLE color: 15714603.
HSL color Cylindrical-coordinate representation of color #2BC9EF: hue angle of 191.63º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BC9EF is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 201 | 239 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.06 |
| HSL | 191.63º | 0.86% | 0.55% | - |
| HSV(B) | 191.63º | 0.82% | 0.94% | - |
| XYZ | 37.46 | 48.52 | 89.05 | - |
| YUV | 158.09 | 173.65 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 201 | 239 | 0.82 | 0.16 | 0 | 0.06 | 191.63 | 0.86 | 0.55 |
| Hex | 2B | C9 | EF | 52 | 10 | 0 | 6 | C0 | 56 | 37 |
| Octal | 53 | 311 | 357 | 122 | 20 | 0 | 6 | 300 | 126 | 67 |
| Binary | 101011 | 11001001 | 11101111 | 1010010 | 10000 | 0 | 110 | 11000000 | 1010110 | 110111 |
Color Harmonies of #2BC9EF
Complementary color
Monochromatic Colors of #2BC9EF
Black with #2BC9EF
Text Example
Text Example
White with #2BC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC9EF; }
p { color: rgb(43,201,239); }
H1.HeaderClassName
{
color: #2BC9EF;
}
.AnyTagClassName
{
color: #2BC9EF;
}
</style>
background-color css
<style>
a { background-color: #2BC9EF; }
a { background-color: rgb(43,201,239); }
div.DivClassName
{
background-color: #2BC9EF;
}
.BgClassName
{
background-color: #2BC9EF;
}
</style>
border-color css
<style>
span { border-color: #2BC9EF; }
span { border-color: rgb(43,201,239); }
td.TdClassName
{
border-color: #2BC9EF;
}
.TagClassName
{
border-color: #2BC9EF;
}
</style>