Shades of Summer Sky #33B2CB
Tints of Summer Sky #33B2CB
RGB
CMYK
RGB Variations
Color information
#33B2CB (or 0x33B2CB) is known color: Summer Sky. HEX triplet: 33, B2 and CB. RGB value is (51,178,203). Sum of RGB (Red+Green+Blue) = 51+178+203=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #33B2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B2CB is #CC4D34. Grayscale: #8E8E8E. Windows color (decimal): -13389109 or 13349427. OLE color: 13349427.
HSL color Cylindrical-coordinate representation of color #33B2CB: hue angle of 189.87º 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 #33B2CB is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 178 | 203 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.20 |
| HSL | 189.87º | 0.6% | 0.5% | - |
| HSV(B) | 189.87º | 0.75% | 0.8% | - |
| XYZ | 28.07 | 36.86 | 62.13 | - |
| YUV | 142.88 | 161.92 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 178 | 203 | 0.75 | 0.12 | 0 | 0.20 | 189.87 | 0.6 | 0.5 |
| Hex | 33 | B2 | CB | 4B | C | 0 | 14 | BE | 3C | 32 |
| Octal | 63 | 262 | 313 | 113 | 14 | 0 | 24 | 276 | 74 | 62 |
| Binary | 110011 | 10110010 | 11001011 | 1001011 | 1100 | 0 | 10100 | 10111110 | 111100 | 110010 |
Color Harmonies of #33B2CB
Complementary color
Monochromatic Colors of #33B2CB
Black with #33B2CB
Text Example
Text Example
White with #33B2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B2CB; }
p { color: rgb(51,178,203); }
H1.HeaderClassName
{
color: #33B2CB;
}
.AnyTagClassName
{
color: #33B2CB;
}
</style>
background-color css
<style>
a { background-color: #33B2CB; }
a { background-color: rgb(51,178,203); }
div.DivClassName
{
background-color: #33B2CB;
}
.BgClassName
{
background-color: #33B2CB;
}
</style>
border-color css
<style>
span { border-color: #33B2CB; }
span { border-color: rgb(51,178,203); }
td.TdClassName
{
border-color: #33B2CB;
}
.TagClassName
{
border-color: #33B2CB;
}
</style>