Shades of Summer Sky #33BCD0
Tints of Summer Sky #33BCD0
RGB
CMYK
RGB Variations
Color information
#33BCD0 (or 0x33BCD0) is known color: Summer Sky. HEX triplet: 33, BC and D0. RGB value is (51,188,208). Sum of RGB (Red+Green+Blue) = 51+188+208=447 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.41% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #33BCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCD0 is #CC432F. Grayscale: #959595. Windows color (decimal): -13386544 or 13679667. OLE color: 13679667.
HSL color Cylindrical-coordinate representation of color #33BCD0: hue angle of 187.64º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33BCD0 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 188 | 208 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.18 |
| HSL | 187.64º | 0.63% | 0.51% | - |
| HSV(B) | 187.64º | 0.75% | 0.82% | - |
| XYZ | 30.73 | 41.22 | 66.01 | - |
| YUV | 149.32 | 161.11 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 208 | 0.75 | 0.10 | 0 | 0.18 | 187.64 | 0.63 | 0.51 |
| Hex | 33 | BC | D0 | 4B | A | 0 | 12 | BC | 3F | 33 |
| Octal | 63 | 274 | 320 | 113 | 12 | 0 | 22 | 274 | 77 | 63 |
| Binary | 110011 | 10111100 | 11010000 | 1001011 | 1010 | 0 | 10010 | 10111100 | 111111 | 110011 |
Color Harmonies of #33BCD0
Complementary color
Monochromatic Colors of #33BCD0
Black with #33BCD0
Text Example
Text Example
White with #33BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCD0; }
p { color: rgb(51,188,208); }
H1.HeaderClassName
{
color: #33BCD0;
}
.AnyTagClassName
{
color: #33BCD0;
}
</style>
background-color css
<style>
a { background-color: #33BCD0; }
a { background-color: rgb(51,188,208); }
div.DivClassName
{
background-color: #33BCD0;
}
.BgClassName
{
background-color: #33BCD0;
}
</style>
border-color css
<style>
span { border-color: #33BCD0; }
span { border-color: rgb(51,188,208); }
td.TdClassName
{
border-color: #33BCD0;
}
.TagClassName
{
border-color: #33BCD0;
}
</style>