Shades of Summer Sky #33BCCE
Tints of Summer Sky #33BCCE
RGB
CMYK
RGB Variations
Color information
#33BCCE (or 0x33BCCE) is known color: Summer Sky. HEX triplet: 33, BC and CE. RGB value is (51,188,206). Sum of RGB (Red+Green+Blue) = 51+188+206=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #33BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCCE is #CC4331. Grayscale: #949494. Windows color (decimal): -13386546 or 13548595. OLE color: 13548595.
HSL color Cylindrical-coordinate representation of color #33BCCE: hue angle of 186.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33BCCE is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 188 | 206 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.19 |
| HSL | 186.97º | 0.61% | 0.5% | - |
| HSV(B) | 186.97º | 0.75% | 0.81% | - |
| XYZ | 30.49 | 41.13 | 64.72 | - |
| YUV | 149.09 | 160.11 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 206 | 0.75 | 0.09 | 0 | 0.19 | 186.97 | 0.61 | 0.5 |
| Hex | 33 | BC | CE | 4B | 9 | 0 | 13 | BB | 3D | 32 |
| Octal | 63 | 274 | 316 | 113 | 11 | 0 | 23 | 273 | 75 | 62 |
| Binary | 110011 | 10111100 | 11001110 | 1001011 | 1001 | 0 | 10011 | 10111011 | 111101 | 110010 |
Color Harmonies of #33BCCE
Complementary color
Monochromatic Colors of #33BCCE
Black with #33BCCE
Text Example
Text Example
White with #33BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCCE; }
p { color: rgb(51,188,206); }
H1.HeaderClassName
{
color: #33BCCE;
}
.AnyTagClassName
{
color: #33BCCE;
}
</style>
background-color css
<style>
a { background-color: #33BCCE; }
a { background-color: rgb(51,188,206); }
div.DivClassName
{
background-color: #33BCCE;
}
.BgClassName
{
background-color: #33BCCE;
}
</style>
border-color css
<style>
span { border-color: #33BCCE; }
span { border-color: rgb(51,188,206); }
td.TdClassName
{
border-color: #33BCCE;
}
.TagClassName
{
border-color: #33BCCE;
}
</style>