Shades of Summer Sky #33BCDC
Tints of Summer Sky #33BCDC
RGB
CMYK
RGB Variations
Color information
#33BCDC (or 0x33BCDC) is known color: Summer Sky. HEX triplet: 33, BC and DC. RGB value is (51,188,220). Sum of RGB (Red+Green+Blue) = 51+188+220=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #33BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCDC is #CC4323. Grayscale: #969696. Windows color (decimal): -13386532 or 14466099. OLE color: 14466099.
HSL color Cylindrical-coordinate representation of color #33BCDC: hue angle of 191.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BCDC is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 188 | 220 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.14 |
| HSL | 191.36º | 0.71% | 0.53% | - |
| HSV(B) | 191.36º | 0.77% | 0.86% | - |
| XYZ | 32.27 | 41.84 | 74.08 | - |
| YUV | 150.69 | 167.11 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 220 | 0.77 | 0.15 | 0 | 0.14 | 191.36 | 0.71 | 0.53 |
| Hex | 33 | BC | DC | 4D | F | 0 | E | BF | 47 | 35 |
| Octal | 63 | 274 | 334 | 115 | 17 | 0 | 16 | 277 | 107 | 65 |
| Binary | 110011 | 10111100 | 11011100 | 1001101 | 1111 | 0 | 1110 | 10111111 | 1000111 | 110101 |
Color Harmonies of #33BCDC
Complementary color
Monochromatic Colors of #33BCDC
Black with #33BCDC
Text Example
Text Example
White with #33BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCDC; }
p { color: rgb(51,188,220); }
H1.HeaderClassName
{
color: #33BCDC;
}
.AnyTagClassName
{
color: #33BCDC;
}
</style>
background-color css
<style>
a { background-color: #33BCDC; }
a { background-color: rgb(51,188,220); }
div.DivClassName
{
background-color: #33BCDC;
}
.BgClassName
{
background-color: #33BCDC;
}
</style>
border-color css
<style>
span { border-color: #33BCDC; }
span { border-color: rgb(51,188,220); }
td.TdClassName
{
border-color: #33BCDC;
}
.TagClassName
{
border-color: #33BCDC;
}
</style>