Shades of Summer Sky #33A5D6
Tints of Summer Sky #33A5D6
RGB
CMYK
RGB Variations
Color information
#33A5D6 (or 0x33A5D6) is known color: Summer Sky. HEX triplet: 33, A5 and D6. RGB value is (51,165,214). Sum of RGB (Red+Green+Blue) = 51+165+214=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #33A5D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A5D6 is #CC5A29. Grayscale: #888888. Windows color (decimal): -13392426 or 14066995. OLE color: 14066995.
HSL color Cylindrical-coordinate representation of color #33A5D6: hue angle of 198.04º degrees, saturation: 0.67, 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 #33A5D6 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 165 | 214 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.16 |
| HSL | 198.04º | 0.67% | 0.52% | - |
| HSV(B) | 198.04º | 0.76% | 0.84% | - |
| XYZ | 26.96 | 32.47 | 68.46 | - |
| YUV | 136.5 | 171.73 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 165 | 214 | 0.76 | 0.23 | 0 | 0.16 | 198.04 | 0.67 | 0.52 |
| Hex | 33 | A5 | D6 | 4C | 17 | 0 | 10 | C6 | 43 | 34 |
| Octal | 63 | 245 | 326 | 114 | 27 | 0 | 20 | 306 | 103 | 64 |
| Binary | 110011 | 10100101 | 11010110 | 1001100 | 10111 | 0 | 10000 | 11000110 | 1000011 | 110100 |
Color Harmonies of #33A5D6
Complementary color
Monochromatic Colors of #33A5D6
Black with #33A5D6
Text Example
Text Example
White with #33A5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A5D6; }
p { color: rgb(51,165,214); }
H1.HeaderClassName
{
color: #33A5D6;
}
.AnyTagClassName
{
color: #33A5D6;
}
</style>
background-color css
<style>
a { background-color: #33A5D6; }
a { background-color: rgb(51,165,214); }
div.DivClassName
{
background-color: #33A5D6;
}
.BgClassName
{
background-color: #33A5D6;
}
</style>
border-color css
<style>
span { border-color: #33A5D6; }
span { border-color: rgb(51,165,214); }
td.TdClassName
{
border-color: #33A5D6;
}
.TagClassName
{
border-color: #33A5D6;
}
</style>