Shades of Summer Sky #33AAC8
Tints of Summer Sky #33AAC8
RGB
CMYK
RGB Variations
Color information
#33AAC8 (or 0x33AAC8) is known color: Summer Sky. HEX triplet: 33, AA and C8. RGB value is (51,170,200). Sum of RGB (Red+Green+Blue) = 51+170+200=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #33AAC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AAC8 is #CC5537. Grayscale: #898989. Windows color (decimal): -13391160 or 13150771. OLE color: 13150771.
HSL color Cylindrical-coordinate representation of color #33AAC8: hue angle of 192.08º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33AAC8 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 170 | 200 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.22 |
| HSL | 192.08º | 0.59% | 0.49% | - |
| HSV(B) | 192.08º | 0.75% | 0.78% | - |
| XYZ | 26.17 | 33.62 | 59.75 | - |
| YUV | 137.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 170 | 200 | 0.74 | 0.15 | 0 | 0.22 | 192.08 | 0.59 | 0.49 |
| Hex | 33 | AA | C8 | 4A | F | 0 | 16 | C0 | 3B | 31 |
| Octal | 63 | 252 | 310 | 112 | 17 | 0 | 26 | 300 | 73 | 61 |
| Binary | 110011 | 10101010 | 11001000 | 1001010 | 1111 | 0 | 10110 | 11000000 | 111011 | 110001 |
Color Harmonies of #33AAC8
Complementary color
Monochromatic Colors of #33AAC8
Black with #33AAC8
Text Example
Text Example
White with #33AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AAC8; }
p { color: rgb(51,170,200); }
H1.HeaderClassName
{
color: #33AAC8;
}
.AnyTagClassName
{
color: #33AAC8;
}
</style>
background-color css
<style>
a { background-color: #33AAC8; }
a { background-color: rgb(51,170,200); }
div.DivClassName
{
background-color: #33AAC8;
}
.BgClassName
{
background-color: #33AAC8;
}
</style>
border-color css
<style>
span { border-color: #33AAC8; }
span { border-color: rgb(51,170,200); }
td.TdClassName
{
border-color: #33AAC8;
}
.TagClassName
{
border-color: #33AAC8;
}
</style>