Shades of Summer Sky #33AADB
Tints of Summer Sky #33AADB
RGB
CMYK
RGB Variations
Color information
#33AADB (or 0x33AADB) is known color: Summer Sky. HEX triplet: 33, AA and DB. RGB value is (51,170,219). Sum of RGB (Red+Green+Blue) = 51+170+219=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #33AADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AADB is #CC5524. Grayscale: #8B8B8B. Windows color (decimal): -13391141 or 14395955. OLE color: 14395955.
HSL color Cylindrical-coordinate representation of color #33AADB: hue angle of 197.5º degrees, saturation: 0.7, 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 #33AADB is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 170 | 219 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.14 |
| HSL | 197.5º | 0.7% | 0.53% | - |
| HSV(B) | 197.5º | 0.77% | 0.86% | - |
| XYZ | 28.53 | 34.57 | 72.19 | - |
| YUV | 140.01 | 172.58 | 64.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 170 | 219 | 0.77 | 0.22 | 0 | 0.14 | 197.5 | 0.7 | 0.53 |
| Hex | 33 | AA | DB | 4D | 16 | 0 | E | C6 | 46 | 35 |
| Octal | 63 | 252 | 333 | 115 | 26 | 0 | 16 | 306 | 106 | 65 |
| Binary | 110011 | 10101010 | 11011011 | 1001101 | 10110 | 0 | 1110 | 11000110 | 1000110 | 110101 |
Color Harmonies of #33AADB
Complementary color
Monochromatic Colors of #33AADB
Black with #33AADB
Text Example
Text Example
White with #33AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AADB; }
p { color: rgb(51,170,219); }
H1.HeaderClassName
{
color: #33AADB;
}
.AnyTagClassName
{
color: #33AADB;
}
</style>
background-color css
<style>
a { background-color: #33AADB; }
a { background-color: rgb(51,170,219); }
div.DivClassName
{
background-color: #33AADB;
}
.BgClassName
{
background-color: #33AADB;
}
</style>
border-color css
<style>
span { border-color: #33AADB; }
span { border-color: rgb(51,170,219); }
td.TdClassName
{
border-color: #33AADB;
}
.TagClassName
{
border-color: #33AADB;
}
</style>