Shades of Summer Sky #2BCCF9
Tints of Summer Sky #2BCCF9
RGB
CMYK
RGB Variations
Color information
#2BCCF9 (or 0x2BCCF9) is known color: Summer Sky. HEX triplet: 2B, CC and F9. RGB value is (43,204,249). Sum of RGB (Red+Green+Blue) = 43+204+249=496 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.67% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 249 (97.66% from 255 or 50.20% from 496); Max value from RGB is 249 - color contains mainly: blue. Hex color #2BCCF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCCF9 is #D43306. Grayscale: #A0A0A0. Windows color (decimal): -13906695 or 16370731. OLE color: 16370731.
HSL color Cylindrical-coordinate representation of color #2BCCF9: hue angle of 193.11º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BCCF9 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 204 | 249 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.02 |
| HSL | 193.11º | 0.94% | 0.57% | - |
| HSV(B) | 193.11º | 0.83% | 0.98% | - |
| XYZ | 39.69 | 50.54 | 97.29 | - |
| YUV | 160.99 | 177.66 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 249 | 0.83 | 0.18 | 0 | 0.02 | 193.11 | 0.94 | 0.57 |
| Hex | 2B | CC | F9 | 53 | 12 | 0 | 2 | C1 | 5E | 39 |
| Octal | 53 | 314 | 371 | 123 | 22 | 0 | 2 | 301 | 136 | 71 |
| Binary | 101011 | 11001100 | 11111001 | 1010011 | 10010 | 0 | 10 | 11000001 | 1011110 | 111001 |
Color Harmonies of #2BCCF9
Complementary color
Monochromatic Colors of #2BCCF9
Black with #2BCCF9
Text Example
Text Example
White with #2BCCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCF9; }
p { color: rgb(43,204,249); }
H1.HeaderClassName
{
color: #2BCCF9;
}
.AnyTagClassName
{
color: #2BCCF9;
}
</style>
background-color css
<style>
a { background-color: #2BCCF9; }
a { background-color: rgb(43,204,249); }
div.DivClassName
{
background-color: #2BCCF9;
}
.BgClassName
{
background-color: #2BCCF9;
}
</style>
border-color css
<style>
span { border-color: #2BCCF9; }
span { border-color: rgb(43,204,249); }
td.TdClassName
{
border-color: #2BCCF9;
}
.TagClassName
{
border-color: #2BCCF9;
}
</style>