Shades of Summer Sky #33ACD0
Tints of Summer Sky #33ACD0
RGB
CMYK
RGB Variations
Color information
#33ACD0 (or 0x33ACD0) is known color: Summer Sky. HEX triplet: 33, AC and D0. RGB value is (51,172,208). Sum of RGB (Red+Green+Blue) = 51+172+208=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 208 (81.64% from 255 or 48.26% from 431); Max value from RGB is 208 - color contains mainly: blue. Hex color #33ACD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACD0 is #CC532F. Grayscale: #8B8B8B. Windows color (decimal): -13390640 or 13675571. OLE color: 13675571.
HSL color Cylindrical-coordinate representation of color #33ACD0: hue angle of 193.76º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33ACD0 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 172 | 208 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.18 |
| HSL | 193.76º | 0.63% | 0.51% | - |
| HSV(B) | 193.76º | 0.75% | 0.82% | - |
| XYZ | 27.5 | 34.76 | 64.93 | - |
| YUV | 139.93 | 166.41 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 172 | 208 | 0.75 | 0.17 | 0 | 0.18 | 193.76 | 0.63 | 0.51 |
| Hex | 33 | AC | D0 | 4B | 11 | 0 | 12 | C2 | 3F | 33 |
| Octal | 63 | 254 | 320 | 113 | 21 | 0 | 22 | 302 | 77 | 63 |
| Binary | 110011 | 10101100 | 11010000 | 1001011 | 10001 | 0 | 10010 | 11000010 | 111111 | 110011 |
Color Harmonies of #33ACD0
Complementary color
Monochromatic Colors of #33ACD0
Black with #33ACD0
Text Example
Text Example
White with #33ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ACD0; }
p { color: rgb(51,172,208); }
H1.HeaderClassName
{
color: #33ACD0;
}
.AnyTagClassName
{
color: #33ACD0;
}
</style>
background-color css
<style>
a { background-color: #33ACD0; }
a { background-color: rgb(51,172,208); }
div.DivClassName
{
background-color: #33ACD0;
}
.BgClassName
{
background-color: #33ACD0;
}
</style>
border-color css
<style>
span { border-color: #33ACD0; }
span { border-color: rgb(51,172,208); }
td.TdClassName
{
border-color: #33ACD0;
}
.TagClassName
{
border-color: #33ACD0;
}
</style>