Shades of Summer Sky #33B8CB
Tints of Summer Sky #33B8CB
RGB
CMYK
RGB Variations
Color information
#33B8CB (or 0x33B8CB) is known color: Summer Sky. HEX triplet: 33, B8 and CB. RGB value is (51,184,203). Sum of RGB (Red+Green+Blue) = 51+184+203=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #33B8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B8CB is #CC4734. Grayscale: #929292. Windows color (decimal): -13387573 or 13350963. OLE color: 13350963.
HSL color Cylindrical-coordinate representation of color #33B8CB: hue angle of 187.5º 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 #33B8CB is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 184 | 203 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.20 |
| HSL | 187.5º | 0.6% | 0.5% | - |
| HSV(B) | 187.5º | 0.75% | 0.8% | - |
| XYZ | 29.29 | 39.3 | 62.54 | - |
| YUV | 146.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 184 | 203 | 0.75 | 0.09 | 0 | 0.20 | 187.5 | 0.6 | 0.5 |
| Hex | 33 | B8 | CB | 4B | 9 | 0 | 14 | BC | 3C | 32 |
| Octal | 63 | 270 | 313 | 113 | 11 | 0 | 24 | 274 | 74 | 62 |
| Binary | 110011 | 10111000 | 11001011 | 1001011 | 1001 | 0 | 10100 | 10111100 | 111100 | 110010 |
Color Harmonies of #33B8CB
Complementary color
Monochromatic Colors of #33B8CB
Black with #33B8CB
Text Example
Text Example
White with #33B8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B8CB; }
p { color: rgb(51,184,203); }
H1.HeaderClassName
{
color: #33B8CB;
}
.AnyTagClassName
{
color: #33B8CB;
}
</style>
background-color css
<style>
a { background-color: #33B8CB; }
a { background-color: rgb(51,184,203); }
div.DivClassName
{
background-color: #33B8CB;
}
.BgClassName
{
background-color: #33B8CB;
}
</style>
border-color css
<style>
span { border-color: #33B8CB; }
span { border-color: rgb(51,184,203); }
td.TdClassName
{
border-color: #33B8CB;
}
.TagClassName
{
border-color: #33B8CB;
}
</style>