Shades of Summer Sky #33AADC
Tints of Summer Sky #33AADC
RGB
CMYK
RGB Variations
Color information
#33AADC (or 0x33AADC) is known color: Summer Sky. HEX triplet: 33, AA and DC. RGB value is (51,170,220). Sum of RGB (Red+Green+Blue) = 51+170+220=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 170 (66.80% from 255 or 38.55% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #33AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AADC is #CC5523. Grayscale: #8B8B8B. Windows color (decimal): -13391140 or 14461491. OLE color: 14461491.
HSL color Cylindrical-coordinate representation of color #33AADC: hue angle of 197.75º 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 #33AADC is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 170 | 220 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.14 |
| HSL | 197.75º | 0.71% | 0.53% | - |
| HSV(B) | 197.75º | 0.77% | 0.86% | - |
| XYZ | 28.66 | 34.62 | 72.88 | - |
| YUV | 140.12 | 173.08 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 170 | 220 | 0.77 | 0.23 | 0 | 0.14 | 197.75 | 0.71 | 0.53 |
| Hex | 33 | AA | DC | 4D | 17 | 0 | E | C6 | 47 | 35 |
| Octal | 63 | 252 | 334 | 115 | 27 | 0 | 16 | 306 | 107 | 65 |
| Binary | 110011 | 10101010 | 11011100 | 1001101 | 10111 | 0 | 1110 | 11000110 | 1000111 | 110101 |
Color Harmonies of #33AADC
Complementary color
Monochromatic Colors of #33AADC
Black with #33AADC
Text Example
Text Example
White with #33AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AADC; }
p { color: rgb(51,170,220); }
H1.HeaderClassName
{
color: #33AADC;
}
.AnyTagClassName
{
color: #33AADC;
}
</style>
background-color css
<style>
a { background-color: #33AADC; }
a { background-color: rgb(51,170,220); }
div.DivClassName
{
background-color: #33AADC;
}
.BgClassName
{
background-color: #33AADC;
}
</style>
border-color css
<style>
span { border-color: #33AADC; }
span { border-color: rgb(51,170,220); }
td.TdClassName
{
border-color: #33AADC;
}
.TagClassName
{
border-color: #33AADC;
}
</style>