Shades of Summer Sky #33A4D0
Tints of Summer Sky #33A4D0
RGB
CMYK
RGB Variations
Color information
#33A4D0 (or 0x33A4D0) is known color: Summer Sky. HEX triplet: 33, A4 and D0. RGB value is (51,164,208). Sum of RGB (Red+Green+Blue) = 51+164+208=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #33A4D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A4D0 is #CC5B2F. Grayscale: #868686. Windows color (decimal): -13392688 or 13673523. OLE color: 13673523.
HSL color Cylindrical-coordinate representation of color #33A4D0: hue angle of 196.82º 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 #33A4D0 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 164 | 208 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.18 |
| HSL | 196.82º | 0.63% | 0.51% | - |
| HSV(B) | 196.82º | 0.75% | 0.82% | - |
| XYZ | 26.03 | 31.81 | 64.44 | - |
| YUV | 135.23 | 169.06 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 164 | 208 | 0.75 | 0.21 | 0 | 0.18 | 196.82 | 0.63 | 0.51 |
| Hex | 33 | A4 | D0 | 4B | 15 | 0 | 12 | C5 | 3F | 33 |
| Octal | 63 | 244 | 320 | 113 | 25 | 0 | 22 | 305 | 77 | 63 |
| Binary | 110011 | 10100100 | 11010000 | 1001011 | 10101 | 0 | 10010 | 11000101 | 111111 | 110011 |
Color Harmonies of #33A4D0
Complementary color
Monochromatic Colors of #33A4D0
Black with #33A4D0
Text Example
Text Example
White with #33A4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A4D0; }
p { color: rgb(51,164,208); }
H1.HeaderClassName
{
color: #33A4D0;
}
.AnyTagClassName
{
color: #33A4D0;
}
</style>
background-color css
<style>
a { background-color: #33A4D0; }
a { background-color: rgb(51,164,208); }
div.DivClassName
{
background-color: #33A4D0;
}
.BgClassName
{
background-color: #33A4D0;
}
</style>
border-color css
<style>
span { border-color: #33A4D0; }
span { border-color: rgb(51,164,208); }
td.TdClassName
{
border-color: #33A4D0;
}
.TagClassName
{
border-color: #33A4D0;
}
</style>