Shades of Summer Sky #33BCCB
Tints of Summer Sky #33BCCB
RGB
CMYK
RGB Variations
Color information
#33BCCB (or 0x33BCCB) is known color: Summer Sky. HEX triplet: 33, BC and CB. RGB value is (51,188,203). Sum of RGB (Red+Green+Blue) = 51+188+203=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #33BCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCCB is #CC4334. Grayscale: #949494. Windows color (decimal): -13386549 or 13351987. OLE color: 13351987.
HSL color Cylindrical-coordinate representation of color #33BCCB: hue angle of 185.92º 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 #33BCCB is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 188 | 203 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.20 |
| HSL | 185.92º | 0.6% | 0.5% | - |
| HSV(B) | 185.92º | 0.75% | 0.8% | - |
| XYZ | 30.13 | 40.98 | 62.82 | - |
| YUV | 148.75 | 158.61 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 203 | 0.75 | 0.07 | 0 | 0.20 | 185.92 | 0.6 | 0.5 |
| Hex | 33 | BC | CB | 4B | 7 | 0 | 14 | BA | 3C | 32 |
| Octal | 63 | 274 | 313 | 113 | 7 | 0 | 24 | 272 | 74 | 62 |
| Binary | 110011 | 10111100 | 11001011 | 1001011 | 111 | 0 | 10100 | 10111010 | 111100 | 110010 |
Color Harmonies of #33BCCB
Complementary color
Monochromatic Colors of #33BCCB
Black with #33BCCB
Text Example
Text Example
White with #33BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCCB; }
p { color: rgb(51,188,203); }
H1.HeaderClassName
{
color: #33BCCB;
}
.AnyTagClassName
{
color: #33BCCB;
}
</style>
background-color css
<style>
a { background-color: #33BCCB; }
a { background-color: rgb(51,188,203); }
div.DivClassName
{
background-color: #33BCCB;
}
.BgClassName
{
background-color: #33BCCB;
}
</style>
border-color css
<style>
span { border-color: #33BCCB; }
span { border-color: rgb(51,188,203); }
td.TdClassName
{
border-color: #33BCCB;
}
.TagClassName
{
border-color: #33BCCB;
}
</style>