Shades of Summer Sky #33A2D0
Tints of Summer Sky #33A2D0
RGB
CMYK
RGB Variations
Color information
#33A2D0 (or 0x33A2D0) is known color: Summer Sky. HEX triplet: 33, A2 and D0. RGB value is (51,162,208). Sum of RGB (Red+Green+Blue) = 51+162+208=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #33A2D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A2D0 is #CC5D2F. Grayscale: #858585. Windows color (decimal): -13393200 or 13673011. OLE color: 13673011.
HSL color Cylindrical-coordinate representation of color #33A2D0: hue angle of 197.58º 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 #33A2D0 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 162 | 208 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.18 |
| HSL | 197.58º | 0.63% | 0.51% | - |
| HSV(B) | 197.58º | 0.75% | 0.82% | - |
| XYZ | 25.67 | 31.1 | 64.32 | - |
| YUV | 134.06 | 169.73 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 162 | 208 | 0.75 | 0.22 | 0 | 0.18 | 197.58 | 0.63 | 0.51 |
| Hex | 33 | A2 | D0 | 4B | 16 | 0 | 12 | C6 | 3F | 33 |
| Octal | 63 | 242 | 320 | 113 | 26 | 0 | 22 | 306 | 77 | 63 |
| Binary | 110011 | 10100010 | 11010000 | 1001011 | 10110 | 0 | 10010 | 11000110 | 111111 | 110011 |
Color Harmonies of #33A2D0
Complementary color
Monochromatic Colors of #33A2D0
Black with #33A2D0
Text Example
Text Example
White with #33A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A2D0; }
p { color: rgb(51,162,208); }
H1.HeaderClassName
{
color: #33A2D0;
}
.AnyTagClassName
{
color: #33A2D0;
}
</style>
background-color css
<style>
a { background-color: #33A2D0; }
a { background-color: rgb(51,162,208); }
div.DivClassName
{
background-color: #33A2D0;
}
.BgClassName
{
background-color: #33A2D0;
}
</style>
border-color css
<style>
span { border-color: #33A2D0; }
span { border-color: rgb(51,162,208); }
td.TdClassName
{
border-color: #33A2D0;
}
.TagClassName
{
border-color: #33A2D0;
}
</style>