Shades of Summer Sky #33BCCD
Tints of Summer Sky #33BCCD
RGB
CMYK
RGB Variations
Color information
#33BCCD (or 0x33BCCD) is known color: Summer Sky. HEX triplet: 33, BC and CD. RGB value is (51,188,205). Sum of RGB (Red+Green+Blue) = 51+188+205=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #33BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCCD is #CC4332. Grayscale: #949494. Windows color (decimal): -13386547 or 13483059. OLE color: 13483059.
HSL color Cylindrical-coordinate representation of color #33BCCD: hue angle of 186.62º 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 #33BCCD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 188 | 205 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.20 |
| HSL | 186.62º | 0.61% | 0.5% | - |
| HSV(B) | 186.62º | 0.75% | 0.8% | - |
| XYZ | 30.37 | 41.08 | 64.09 | - |
| YUV | 148.98 | 159.61 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 205 | 0.75 | 0.08 | 0 | 0.20 | 186.62 | 0.61 | 0.5 |
| Hex | 33 | BC | CD | 4B | 8 | 0 | 14 | BB | 3D | 32 |
| Octal | 63 | 274 | 315 | 113 | 10 | 0 | 24 | 273 | 75 | 62 |
| Binary | 110011 | 10111100 | 11001101 | 1001011 | 1000 | 0 | 10100 | 10111011 | 111101 | 110010 |
Color Harmonies of #33BCCD
Complementary color
Monochromatic Colors of #33BCCD
Black with #33BCCD
Text Example
Text Example
White with #33BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCCD; }
p { color: rgb(51,188,205); }
H1.HeaderClassName
{
color: #33BCCD;
}
.AnyTagClassName
{
color: #33BCCD;
}
</style>
background-color css
<style>
a { background-color: #33BCCD; }
a { background-color: rgb(51,188,205); }
div.DivClassName
{
background-color: #33BCCD;
}
.BgClassName
{
background-color: #33BCCD;
}
</style>
border-color css
<style>
span { border-color: #33BCCD; }
span { border-color: rgb(51,188,205); }
td.TdClassName
{
border-color: #33BCCD;
}
.TagClassName
{
border-color: #33BCCD;
}
</style>