Shades of Summer Sky #33C5DD
Tints of Summer Sky #33C5DD
RGB
CMYK
RGB Variations
Color information
#33C5DD (or 0x33C5DD) is known color: Summer Sky. HEX triplet: 33, C5 and DD. RGB value is (51,197,221). Sum of RGB (Red+Green+Blue) = 51+197+221=469 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.87% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #33C5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C5DD is #CC3A22. Grayscale: #9B9B9B. Windows color (decimal): -13384227 or 14533939. OLE color: 14533939.
HSL color Cylindrical-coordinate representation of color #33C5DD: hue angle of 188.47º 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 #33C5DD is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 197 | 221 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.13 |
| HSL | 188.47º | 0.71% | 0.53% | - |
| HSV(B) | 188.47º | 0.77% | 0.87% | - |
| XYZ | 34.38 | 45.86 | 75.45 | - |
| YUV | 156.08 | 164.63 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 197 | 221 | 0.77 | 0.11 | 0 | 0.13 | 188.47 | 0.71 | 0.53 |
| Hex | 33 | C5 | DD | 4D | B | 0 | D | BC | 47 | 35 |
| Octal | 63 | 305 | 335 | 115 | 13 | 0 | 15 | 274 | 107 | 65 |
| Binary | 110011 | 11000101 | 11011101 | 1001101 | 1011 | 0 | 1101 | 10111100 | 1000111 | 110101 |
Color Harmonies of #33C5DD
Complementary color
Monochromatic Colors of #33C5DD
Black with #33C5DD
Text Example
Text Example
White with #33C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C5DD; }
p { color: rgb(51,197,221); }
H1.HeaderClassName
{
color: #33C5DD;
}
.AnyTagClassName
{
color: #33C5DD;
}
</style>
background-color css
<style>
a { background-color: #33C5DD; }
a { background-color: rgb(51,197,221); }
div.DivClassName
{
background-color: #33C5DD;
}
.BgClassName
{
background-color: #33C5DD;
}
</style>
border-color css
<style>
span { border-color: #33C5DD; }
span { border-color: rgb(51,197,221); }
td.TdClassName
{
border-color: #33C5DD;
}
.TagClassName
{
border-color: #33C5DD;
}
</style>