Shades of Summer Sky #33BACC
Tints of Summer Sky #33BACC
RGB
CMYK
RGB Variations
Color information
#33BACC (or 0x33BACC) is known color: Summer Sky. HEX triplet: 33, BA and CC. RGB value is (51,186,204). Sum of RGB (Red+Green+Blue) = 51+186+204=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #33BACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BACC is #CC4533. Grayscale: #939393. Windows color (decimal): -13387060 or 13417011. OLE color: 13417011.
HSL color Cylindrical-coordinate representation of color #33BACC: hue angle of 187.06º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33BACC is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 186 | 204 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.2 |
| HSL | 187.06º | 0.6% | 0.5% | - |
| HSV(B) | 187.06º | 0.75% | 0.8% | - |
| XYZ | 29.82 | 40.18 | 63.31 | - |
| YUV | 147.69 | 159.77 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 204 | 0.75 | 0.09 | 0 | 0.2 | 187.06 | 0.6 | 0.5 |
| Hex | 33 | BA | CC | 4B | 9 | 0 | 14 | BB | 3C | 32 |
| Octal | 63 | 272 | 314 | 113 | 11 | 0 | 24 | 273 | 74 | 62 |
| Binary | 110011 | 10111010 | 11001100 | 1001011 | 1001 | 0 | 10100 | 10111011 | 111100 | 110010 |
Color Harmonies of #33BACC
Complementary color
Monochromatic Colors of #33BACC
Black with #33BACC
Text Example
Text Example
White with #33BACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BACC; }
p { color: rgb(51,186,204); }
H1.HeaderClassName
{
color: #33BACC;
}
.AnyTagClassName
{
color: #33BACC;
}
</style>
background-color css
<style>
a { background-color: #33BACC; }
a { background-color: rgb(51,186,204); }
div.DivClassName
{
background-color: #33BACC;
}
.BgClassName
{
background-color: #33BACC;
}
</style>
border-color css
<style>
span { border-color: #33BACC; }
span { border-color: rgb(51,186,204); }
td.TdClassName
{
border-color: #33BACC;
}
.TagClassName
{
border-color: #33BACC;
}
</style>