Shades of Summer Sky #33BBCD
Tints of Summer Sky #33BBCD
RGB
CMYK
RGB Variations
Color information
#33BBCD (or 0x33BBCD) is known color: Summer Sky. HEX triplet: 33, BB and CD. RGB value is (51,187,205). Sum of RGB (Red+Green+Blue) = 51+187+205=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #33BBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BBCD is #CC4432. Grayscale: #949494. Windows color (decimal): -13386803 or 13482803. OLE color: 13482803.
HSL color Cylindrical-coordinate representation of color #33BBCD: hue angle of 187.01º degrees, saturation: 0.61, 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 #33BBCD is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 187 | 205 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.20 |
| HSL | 187.01º | 0.61% | 0.5% | - |
| HSV(B) | 187.01º | 0.75% | 0.8% | - |
| XYZ | 30.16 | 40.65 | 64.01 | - |
| YUV | 148.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 205 | 0.75 | 0.09 | 0 | 0.20 | 187.01 | 0.61 | 0.5 |
| Hex | 33 | BB | CD | 4B | 9 | 0 | 14 | BB | 3D | 32 |
| Octal | 63 | 273 | 315 | 113 | 11 | 0 | 24 | 273 | 75 | 62 |
| Binary | 110011 | 10111011 | 11001101 | 1001011 | 1001 | 0 | 10100 | 10111011 | 111101 | 110010 |
Color Harmonies of #33BBCD
Complementary color
Monochromatic Colors of #33BBCD
Black with #33BBCD
Text Example
Text Example
White with #33BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BBCD; }
p { color: rgb(51,187,205); }
H1.HeaderClassName
{
color: #33BBCD;
}
.AnyTagClassName
{
color: #33BBCD;
}
</style>
background-color css
<style>
a { background-color: #33BBCD; }
a { background-color: rgb(51,187,205); }
div.DivClassName
{
background-color: #33BBCD;
}
.BgClassName
{
background-color: #33BBCD;
}
</style>
border-color css
<style>
span { border-color: #33BBCD; }
span { border-color: rgb(51,187,205); }
td.TdClassName
{
border-color: #33BBCD;
}
.TagClassName
{
border-color: #33BBCD;
}
</style>