Shades of Summer Sky #33C0DD
Tints of Summer Sky #33C0DD
RGB
CMYK
RGB Variations
Color information
#33C0DD (or 0x33C0DD) is known color: Summer Sky. HEX triplet: 33, C0 and DD. RGB value is (51,192,221). Sum of RGB (Red+Green+Blue) = 51+192+221=464 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.99% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #33C0DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C0DD is #CC3F22. Grayscale: #989898. Windows color (decimal): -13385507 or 14532659. OLE color: 14532659.
HSL color Cylindrical-coordinate representation of color #33C0DD: hue angle of 190.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33C0DD is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 192 | 221 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.13 |
| HSL | 190.24º | 0.71% | 0.53% | - |
| HSV(B) | 190.24º | 0.77% | 0.87% | - |
| XYZ | 33.27 | 43.62 | 75.07 | - |
| YUV | 153.15 | 166.29 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 221 | 0.77 | 0.13 | 0 | 0.13 | 190.24 | 0.71 | 0.53 |
| Hex | 33 | C0 | DD | 4D | D | 0 | D | BE | 47 | 35 |
| Octal | 63 | 300 | 335 | 115 | 15 | 0 | 15 | 276 | 107 | 65 |
| Binary | 110011 | 11000000 | 11011101 | 1001101 | 1101 | 0 | 1101 | 10111110 | 1000111 | 110101 |
Color Harmonies of #33C0DD
Complementary color
Monochromatic Colors of #33C0DD
Black with #33C0DD
Text Example
Text Example
White with #33C0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C0DD; }
p { color: rgb(51,192,221); }
H1.HeaderClassName
{
color: #33C0DD;
}
.AnyTagClassName
{
color: #33C0DD;
}
</style>
background-color css
<style>
a { background-color: #33C0DD; }
a { background-color: rgb(51,192,221); }
div.DivClassName
{
background-color: #33C0DD;
}
.BgClassName
{
background-color: #33C0DD;
}
</style>
border-color css
<style>
span { border-color: #33C0DD; }
span { border-color: rgb(51,192,221); }
td.TdClassName
{
border-color: #33C0DD;
}
.TagClassName
{
border-color: #33C0DD;
}
</style>