Shades of Summer Sky #2BCAFB
Tints of Summer Sky #2BCAFB
RGB
CMYK
RGB Variations
Color information
#2BCAFB (or 0x2BCAFB) is known color: Summer Sky. HEX triplet: 2B, CA and FB. RGB value is (43,202,251). Sum of RGB (Red+Green+Blue) = 43+202+251=496 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.67% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #2BCAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCAFB is #D43504. Grayscale: #9F9F9F. Windows color (decimal): -13907205 or 16501291. OLE color: 16501291.
HSL color Cylindrical-coordinate representation of color #2BCAFB: hue angle of 194.13º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BCAFB is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 202 | 251 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.02 |
| HSL | 194.13º | 0.96% | 0.58% | - |
| HSV(B) | 194.13º | 0.83% | 0.98% | - |
| XYZ | 39.53 | 49.72 | 98.78 | - |
| YUV | 160.05 | 179.32 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 202 | 251 | 0.83 | 0.20 | 0 | 0.02 | 194.13 | 0.96 | 0.58 |
| Hex | 2B | CA | FB | 53 | 14 | 0 | 2 | C2 | 60 | 3A |
| Octal | 53 | 312 | 373 | 123 | 24 | 0 | 2 | 302 | 140 | 72 |
| Binary | 101011 | 11001010 | 11111011 | 1010011 | 10100 | 0 | 10 | 11000010 | 1100000 | 111010 |
Color Harmonies of #2BCAFB
Complementary color
Monochromatic Colors of #2BCAFB
Black with #2BCAFB
Text Example
Text Example
White with #2BCAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCAFB; }
p { color: rgb(43,202,251); }
H1.HeaderClassName
{
color: #2BCAFB;
}
.AnyTagClassName
{
color: #2BCAFB;
}
</style>
background-color css
<style>
a { background-color: #2BCAFB; }
a { background-color: rgb(43,202,251); }
div.DivClassName
{
background-color: #2BCAFB;
}
.BgClassName
{
background-color: #2BCAFB;
}
</style>
border-color css
<style>
span { border-color: #2BCAFB; }
span { border-color: rgb(43,202,251); }
td.TdClassName
{
border-color: #2BCAFB;
}
.TagClassName
{
border-color: #2BCAFB;
}
</style>