Shades of Summer Sky #33ADDA
Tints of Summer Sky #33ADDA
RGB
CMYK
RGB Variations
Color information
#33ADDA (or 0x33ADDA) is known color: Summer Sky. HEX triplet: 33, AD and DA. RGB value is (51,173,218). Sum of RGB (Red+Green+Blue) = 51+173+218=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #33ADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADDA is #CC5225. Grayscale: #8D8D8D. Windows color (decimal): -13390374 or 14331187. OLE color: 14331187.
HSL color Cylindrical-coordinate representation of color #33ADDA: hue angle of 196.17º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33ADDA is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 173 | 218 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.15 |
| HSL | 196.17º | 0.69% | 0.53% | - |
| HSV(B) | 196.17º | 0.77% | 0.85% | - |
| XYZ | 28.96 | 35.65 | 71.68 | - |
| YUV | 141.65 | 171.08 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 218 | 0.77 | 0.21 | 0 | 0.15 | 196.17 | 0.69 | 0.53 |
| Hex | 33 | AD | DA | 4D | 15 | 0 | F | C4 | 45 | 35 |
| Octal | 63 | 255 | 332 | 115 | 25 | 0 | 17 | 304 | 105 | 65 |
| Binary | 110011 | 10101101 | 11011010 | 1001101 | 10101 | 0 | 1111 | 11000100 | 1000101 | 110101 |
Color Harmonies of #33ADDA
Complementary color
Monochromatic Colors of #33ADDA
Black with #33ADDA
Text Example
Text Example
White with #33ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADDA; }
p { color: rgb(51,173,218); }
H1.HeaderClassName
{
color: #33ADDA;
}
.AnyTagClassName
{
color: #33ADDA;
}
</style>
background-color css
<style>
a { background-color: #33ADDA; }
a { background-color: rgb(51,173,218); }
div.DivClassName
{
background-color: #33ADDA;
}
.BgClassName
{
background-color: #33ADDA;
}
</style>
border-color css
<style>
span { border-color: #33ADDA; }
span { border-color: rgb(51,173,218); }
td.TdClassName
{
border-color: #33ADDA;
}
.TagClassName
{
border-color: #33ADDA;
}
</style>