Shades of Summer Sky #33A8D8
Tints of Summer Sky #33A8D8
RGB
CMYK
RGB Variations
Color information
#33A8D8 (or 0x33A8D8) is known color: Summer Sky. HEX triplet: 33, A8 and D8. RGB value is (51,168,216). Sum of RGB (Red+Green+Blue) = 51+168+216=435 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.72% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #33A8D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A8D8 is #CC5727. Grayscale: #8A8A8A. Windows color (decimal): -13391656 or 14198835. OLE color: 14198835.
HSL color Cylindrical-coordinate representation of color #33A8D8: hue angle of 197.45º 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 #33A8D8 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 168 | 216 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.15 |
| HSL | 197.45º | 0.68% | 0.52% | - |
| HSV(B) | 197.45º | 0.76% | 0.85% | - |
| XYZ | 27.76 | 33.67 | 70 | - |
| YUV | 138.49 | 171.74 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 168 | 216 | 0.76 | 0.22 | 0 | 0.15 | 197.45 | 0.68 | 0.52 |
| Hex | 33 | A8 | D8 | 4C | 16 | 0 | F | C5 | 44 | 34 |
| Octal | 63 | 250 | 330 | 114 | 26 | 0 | 17 | 305 | 104 | 64 |
| Binary | 110011 | 10101000 | 11011000 | 1001100 | 10110 | 0 | 1111 | 11000101 | 1000100 | 110100 |
Color Harmonies of #33A8D8
Complementary color
Monochromatic Colors of #33A8D8
Black with #33A8D8
Text Example
Text Example
White with #33A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A8D8; }
p { color: rgb(51,168,216); }
H1.HeaderClassName
{
color: #33A8D8;
}
.AnyTagClassName
{
color: #33A8D8;
}
</style>
background-color css
<style>
a { background-color: #33A8D8; }
a { background-color: rgb(51,168,216); }
div.DivClassName
{
background-color: #33A8D8;
}
.BgClassName
{
background-color: #33A8D8;
}
</style>
border-color css
<style>
span { border-color: #33A8D8; }
span { border-color: rgb(51,168,216); }
td.TdClassName
{
border-color: #33A8D8;
}
.TagClassName
{
border-color: #33A8D8;
}
</style>