Shades of Summer Sky #2BB9EF
Tints of Summer Sky #2BB9EF
RGB
CMYK
RGB Variations
Color information
#2BB9EF (or 0x2BB9EF) is known color: Summer Sky. HEX triplet: 2B, B9 and EF. RGB value is (43,185,239). Sum of RGB (Red+Green+Blue) = 43+185+239=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BB9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BB9EF is #D44610. Grayscale: #949494. Windows color (decimal): -13911569 or 15710507. OLE color: 15710507.
HSL color Cylindrical-coordinate representation of color #2BB9EF: hue angle of 196.53º 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 #2BB9EF is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 185 | 239 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.06 |
| HSL | 196.53º | 0.86% | 0.55% | - |
| HSV(B) | 196.53º | 0.82% | 0.94% | - |
| XYZ | 33.93 | 41.44 | 87.87 | - |
| YUV | 148.7 | 178.96 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 185 | 239 | 0.82 | 0.23 | 0 | 0.06 | 196.53 | 0.86 | 0.55 |
| Hex | 2B | B9 | EF | 52 | 17 | 0 | 6 | C5 | 56 | 37 |
| Octal | 53 | 271 | 357 | 122 | 27 | 0 | 6 | 305 | 126 | 67 |
| Binary | 101011 | 10111001 | 11101111 | 1010010 | 10111 | 0 | 110 | 11000101 | 1010110 | 110111 |
Color Harmonies of #2BB9EF
Complementary color
Monochromatic Colors of #2BB9EF
Black with #2BB9EF
Text Example
Text Example
White with #2BB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB9EF; }
p { color: rgb(43,185,239); }
H1.HeaderClassName
{
color: #2BB9EF;
}
.AnyTagClassName
{
color: #2BB9EF;
}
</style>
background-color css
<style>
a { background-color: #2BB9EF; }
a { background-color: rgb(43,185,239); }
div.DivClassName
{
background-color: #2BB9EF;
}
.BgClassName
{
background-color: #2BB9EF;
}
</style>
border-color css
<style>
span { border-color: #2BB9EF; }
span { border-color: rgb(43,185,239); }
td.TdClassName
{
border-color: #2BB9EF;
}
.TagClassName
{
border-color: #2BB9EF;
}
</style>