Shades of Summer Sky #33ACD5
Tints of Summer Sky #33ACD5
RGB
CMYK
RGB Variations
Color information
#33ACD5 (or 0x33ACD5) is known color: Summer Sky. HEX triplet: 33, AC and D5. RGB value is (51,172,213). Sum of RGB (Red+Green+Blue) = 51+172+213=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #33ACD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACD5 is #CC532A. Grayscale: #8C8C8C. Windows color (decimal): -13390635 or 14003251. OLE color: 14003251.
HSL color Cylindrical-coordinate representation of color #33ACD5: hue angle of 195.19º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33ACD5 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 172 | 213 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.16 |
| HSL | 195.19º | 0.66% | 0.52% | - |
| HSV(B) | 195.19º | 0.76% | 0.84% | - |
| XYZ | 28.13 | 35.01 | 68.23 | - |
| YUV | 140.5 | 168.91 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 172 | 213 | 0.76 | 0.19 | 0 | 0.16 | 195.19 | 0.66 | 0.52 |
| Hex | 33 | AC | D5 | 4C | 13 | 0 | 10 | C3 | 42 | 34 |
| Octal | 63 | 254 | 325 | 114 | 23 | 0 | 20 | 303 | 102 | 64 |
| Binary | 110011 | 10101100 | 11010101 | 1001100 | 10011 | 0 | 10000 | 11000011 | 1000010 | 110100 |
Color Harmonies of #33ACD5
Complementary color
Monochromatic Colors of #33ACD5
Black with #33ACD5
Text Example
Text Example
White with #33ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ACD5; }
p { color: rgb(51,172,213); }
H1.HeaderClassName
{
color: #33ACD5;
}
.AnyTagClassName
{
color: #33ACD5;
}
</style>
background-color css
<style>
a { background-color: #33ACD5; }
a { background-color: rgb(51,172,213); }
div.DivClassName
{
background-color: #33ACD5;
}
.BgClassName
{
background-color: #33ACD5;
}
</style>
border-color css
<style>
span { border-color: #33ACD5; }
span { border-color: rgb(51,172,213); }
td.TdClassName
{
border-color: #33ACD5;
}
.TagClassName
{
border-color: #33ACD5;
}
</style>