Shades of Summer Sky #2BB8F6
Tints of Summer Sky #2BB8F6
RGB
CMYK
RGB Variations
Color information
#2BB8F6 (or 0x2BB8F6) is known color: Summer Sky. HEX triplet: 2B, B8 and F6. RGB value is (43,184,246). Sum of RGB (Red+Green+Blue) = 43+184+246=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 184 (72.27% from 255 or 38.90% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #2BB8F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BB8F6 is #D44709. Grayscale: #949494. Windows color (decimal): -13911818 or 16169003. OLE color: 16169003.
HSL color Cylindrical-coordinate representation of color #2BB8F6: hue angle of 198.33º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BB8F6 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 184 | 246 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.04 |
| HSL | 198.33º | 0.92% | 0.57% | - |
| HSV(B) | 198.33º | 0.83% | 0.96% | - |
| XYZ | 34.77 | 41.45 | 93.36 | - |
| YUV | 148.91 | 182.79 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 246 | 0.83 | 0.25 | 0 | 0.04 | 198.33 | 0.92 | 0.57 |
| Hex | 2B | B8 | F6 | 53 | 19 | 0 | 4 | C6 | 5C | 39 |
| Octal | 53 | 270 | 366 | 123 | 31 | 0 | 4 | 306 | 134 | 71 |
| Binary | 101011 | 10111000 | 11110110 | 1010011 | 11001 | 0 | 100 | 11000110 | 1011100 | 111001 |
Color Harmonies of #2BB8F6
Complementary color
Monochromatic Colors of #2BB8F6
Black with #2BB8F6
Text Example
Text Example
White with #2BB8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB8F6; }
p { color: rgb(43,184,246); }
H1.HeaderClassName
{
color: #2BB8F6;
}
.AnyTagClassName
{
color: #2BB8F6;
}
</style>
background-color css
<style>
a { background-color: #2BB8F6; }
a { background-color: rgb(43,184,246); }
div.DivClassName
{
background-color: #2BB8F6;
}
.BgClassName
{
background-color: #2BB8F6;
}
</style>
border-color css
<style>
span { border-color: #2BB8F6; }
span { border-color: rgb(43,184,246); }
td.TdClassName
{
border-color: #2BB8F6;
}
.TagClassName
{
border-color: #2BB8F6;
}
</style>