Shades of Summer Sky #33ADDD
Tints of Summer Sky #33ADDD
RGB
CMYK
RGB Variations
Color information
#33ADDD (or 0x33ADDD) is known color: Summer Sky. HEX triplet: 33, AD and DD. RGB value is (51,173,221). Sum of RGB (Red+Green+Blue) = 51+173+221=445 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.46% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #33ADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADDD is #CC5222. Grayscale: #8D8D8D. Windows color (decimal): -13390371 or 14527795. OLE color: 14527795.
HSL color Cylindrical-coordinate representation of color #33ADDD: hue angle of 196.94º 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 #33ADDD is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 173 | 221 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.13 |
| HSL | 196.94º | 0.71% | 0.53% | - |
| HSV(B) | 196.94º | 0.77% | 0.87% | - |
| XYZ | 29.36 | 35.81 | 73.77 | - |
| YUV | 141.99 | 172.58 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 221 | 0.77 | 0.22 | 0 | 0.13 | 196.94 | 0.71 | 0.53 |
| Hex | 33 | AD | DD | 4D | 16 | 0 | D | C5 | 47 | 35 |
| Octal | 63 | 255 | 335 | 115 | 26 | 0 | 15 | 305 | 107 | 65 |
| Binary | 110011 | 10101101 | 11011101 | 1001101 | 10110 | 0 | 1101 | 11000101 | 1000111 | 110101 |
Color Harmonies of #33ADDD
Complementary color
Monochromatic Colors of #33ADDD
Black with #33ADDD
Text Example
Text Example
White with #33ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADDD; }
p { color: rgb(51,173,221); }
H1.HeaderClassName
{
color: #33ADDD;
}
.AnyTagClassName
{
color: #33ADDD;
}
</style>
background-color css
<style>
a { background-color: #33ADDD; }
a { background-color: rgb(51,173,221); }
div.DivClassName
{
background-color: #33ADDD;
}
.BgClassName
{
background-color: #33ADDD;
}
</style>
border-color css
<style>
span { border-color: #33ADDD; }
span { border-color: rgb(51,173,221); }
td.TdClassName
{
border-color: #33ADDD;
}
.TagClassName
{
border-color: #33ADDD;
}
</style>