Shades of Summer Sky #33ADDC
Tints of Summer Sky #33ADDC
RGB
CMYK
RGB Variations
Color information
#33ADDC (or 0x33ADDC) is known color: Summer Sky. HEX triplet: 33, AD and DC. RGB value is (51,173,220). Sum of RGB (Red+Green+Blue) = 51+173+220=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #33ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ADDC is #CC5223. Grayscale: #8D8D8D. Windows color (decimal): -13390372 or 14462259. OLE color: 14462259.
HSL color Cylindrical-coordinate representation of color #33ADDC: hue angle of 196.69º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33ADDC is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 173 | 220 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.14 |
| HSL | 196.69º | 0.71% | 0.53% | - |
| HSV(B) | 196.69º | 0.77% | 0.86% | - |
| XYZ | 29.23 | 35.76 | 73.07 | - |
| YUV | 141.88 | 172.08 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 220 | 0.77 | 0.21 | 0 | 0.14 | 196.69 | 0.71 | 0.53 |
| Hex | 33 | AD | DC | 4D | 15 | 0 | E | C5 | 47 | 35 |
| Octal | 63 | 255 | 334 | 115 | 25 | 0 | 16 | 305 | 107 | 65 |
| Binary | 110011 | 10101101 | 11011100 | 1001101 | 10101 | 0 | 1110 | 11000101 | 1000111 | 110101 |
Color Harmonies of #33ADDC
Complementary color
Monochromatic Colors of #33ADDC
Black with #33ADDC
Text Example
Text Example
White with #33ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ADDC; }
p { color: rgb(51,173,220); }
H1.HeaderClassName
{
color: #33ADDC;
}
.AnyTagClassName
{
color: #33ADDC;
}
</style>
background-color css
<style>
a { background-color: #33ADDC; }
a { background-color: rgb(51,173,220); }
div.DivClassName
{
background-color: #33ADDC;
}
.BgClassName
{
background-color: #33ADDC;
}
</style>
border-color css
<style>
span { border-color: #33ADDC; }
span { border-color: rgb(51,173,220); }
td.TdClassName
{
border-color: #33ADDC;
}
.TagClassName
{
border-color: #33ADDC;
}
</style>