Shades of Summer Sky #33C6DD
Tints of Summer Sky #33C6DD
RGB
CMYK
RGB Variations
Color information
#33C6DD (or 0x33C6DD) is known color: Summer Sky. HEX triplet: 33, C6 and DD. RGB value is (51,198,221). Sum of RGB (Red+Green+Blue) = 51+198+221=470 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.85% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #33C6DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33C6DD is #CC3922. Grayscale: #9C9C9C. Windows color (decimal): -13383971 or 14534195. OLE color: 14534195.
HSL color Cylindrical-coordinate representation of color #33C6DD: hue angle of 188.12º 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 #33C6DD is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 198 | 221 | - |
| CMYK | 0.77 | 0.10 | 0 | 0.13 |
| HSL | 188.12º | 0.71% | 0.53% | - |
| HSV(B) | 188.12º | 0.77% | 0.87% | - |
| XYZ | 34.61 | 46.31 | 75.52 | - |
| YUV | 156.67 | 164.3 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 198 | 221 | 0.77 | 0.10 | 0 | 0.13 | 188.12 | 0.71 | 0.53 |
| Hex | 33 | C6 | DD | 4D | A | 0 | D | BC | 47 | 35 |
| Octal | 63 | 306 | 335 | 115 | 12 | 0 | 15 | 274 | 107 | 65 |
| Binary | 110011 | 11000110 | 11011101 | 1001101 | 1010 | 0 | 1101 | 10111100 | 1000111 | 110101 |
Color Harmonies of #33C6DD
Complementary color
Monochromatic Colors of #33C6DD
Black with #33C6DD
Text Example
Text Example
White with #33C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C6DD; }
p { color: rgb(51,198,221); }
H1.HeaderClassName
{
color: #33C6DD;
}
.AnyTagClassName
{
color: #33C6DD;
}
</style>
background-color css
<style>
a { background-color: #33C6DD; }
a { background-color: rgb(51,198,221); }
div.DivClassName
{
background-color: #33C6DD;
}
.BgClassName
{
background-color: #33C6DD;
}
</style>
border-color css
<style>
span { border-color: #33C6DD; }
span { border-color: rgb(51,198,221); }
td.TdClassName
{
border-color: #33C6DD;
}
.TagClassName
{
border-color: #33C6DD;
}
</style>