Shades of Summer Sky #33BDCB
Tints of Summer Sky #33BDCB
RGB
CMYK
RGB Variations
Color information
#33BDCB (or 0x33BDCB) is known color: Summer Sky. HEX triplet: 33, BD and CB. RGB value is (51,189,203). Sum of RGB (Red+Green+Blue) = 51+189+203=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #33BDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDCB is #CC4234. Grayscale: #959595. Windows color (decimal): -13386293 or 13352243. OLE color: 13352243.
HSL color Cylindrical-coordinate representation of color #33BDCB: hue angle of 185.53º 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 #33BDCB is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 189 | 203 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.20 |
| HSL | 185.53º | 0.6% | 0.5% | - |
| HSV(B) | 185.53º | 0.75% | 0.8% | - |
| XYZ | 30.34 | 41.41 | 62.89 | - |
| YUV | 149.33 | 158.28 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 203 | 0.75 | 0.07 | 0 | 0.20 | 185.53 | 0.6 | 0.5 |
| Hex | 33 | BD | CB | 4B | 7 | 0 | 14 | BA | 3C | 32 |
| Octal | 63 | 275 | 313 | 113 | 7 | 0 | 24 | 272 | 74 | 62 |
| Binary | 110011 | 10111101 | 11001011 | 1001011 | 111 | 0 | 10100 | 10111010 | 111100 | 110010 |
Color Harmonies of #33BDCB
Complementary color
Monochromatic Colors of #33BDCB
Black with #33BDCB
Text Example
Text Example
White with #33BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDCB; }
p { color: rgb(51,189,203); }
H1.HeaderClassName
{
color: #33BDCB;
}
.AnyTagClassName
{
color: #33BDCB;
}
</style>
background-color css
<style>
a { background-color: #33BDCB; }
a { background-color: rgb(51,189,203); }
div.DivClassName
{
background-color: #33BDCB;
}
.BgClassName
{
background-color: #33BDCB;
}
</style>
border-color css
<style>
span { border-color: #33BDCB; }
span { border-color: rgb(51,189,203); }
td.TdClassName
{
border-color: #33BDCB;
}
.TagClassName
{
border-color: #33BDCB;
}
</style>