Shades of Summer Sky #33ACD8
Tints of Summer Sky #33ACD8
RGB
CMYK
RGB Variations
Color information
#33ACD8 (or 0x33ACD8) is known color: Summer Sky. HEX triplet: 33, AC and D8. RGB value is (51,172,216). Sum of RGB (Red+Green+Blue) = 51+172+216=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #33ACD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACD8 is #CC5327. Grayscale: #8C8C8C. Windows color (decimal): -13390632 or 14199859. OLE color: 14199859.
HSL color Cylindrical-coordinate representation of color #33ACD8: hue angle of 196º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33ACD8 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 172 | 216 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.15 |
| HSL | 196º | 0.68% | 0.52% | - |
| HSV(B) | 196º | 0.76% | 0.85% | - |
| XYZ | 28.51 | 35.17 | 70.25 | - |
| YUV | 140.84 | 170.41 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 172 | 216 | 0.76 | 0.20 | 0 | 0.15 | 196 | 0.68 | 0.52 |
| Hex | 33 | AC | D8 | 4C | 14 | 0 | F | C4 | 44 | 34 |
| Octal | 63 | 254 | 330 | 114 | 24 | 0 | 17 | 304 | 104 | 64 |
| Binary | 110011 | 10101100 | 11011000 | 1001100 | 10100 | 0 | 1111 | 11000100 | 1000100 | 110100 |
Color Harmonies of #33ACD8
Complementary color
Monochromatic Colors of #33ACD8
Black with #33ACD8
Text Example
Text Example
White with #33ACD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ACD8; }
p { color: rgb(51,172,216); }
H1.HeaderClassName
{
color: #33ACD8;
}
.AnyTagClassName
{
color: #33ACD8;
}
</style>
background-color css
<style>
a { background-color: #33ACD8; }
a { background-color: rgb(51,172,216); }
div.DivClassName
{
background-color: #33ACD8;
}
.BgClassName
{
background-color: #33ACD8;
}
</style>
border-color css
<style>
span { border-color: #33ACD8; }
span { border-color: rgb(51,172,216); }
td.TdClassName
{
border-color: #33ACD8;
}
.TagClassName
{
border-color: #33ACD8;
}
</style>