Shades of Summer Sky #33A8DB
Tints of Summer Sky #33A8DB
RGB
CMYK
RGB Variations
Color information
#33A8DB (or 0x33A8DB) is known color: Summer Sky. HEX triplet: 33, A8 and DB. RGB value is (51,168,219). Sum of RGB (Red+Green+Blue) = 51+168+219=438 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.64% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #33A8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A8DB is #CC5724. Grayscale: #8A8A8A. Windows color (decimal): -13391653 or 14395443. OLE color: 14395443.
HSL color Cylindrical-coordinate representation of color #33A8DB: hue angle of 198.21º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33A8DB is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 168 | 219 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.14 |
| HSL | 198.21º | 0.7% | 0.53% | - |
| HSV(B) | 198.21º | 0.77% | 0.86% | - |
| XYZ | 28.15 | 33.82 | 72.06 | - |
| YUV | 138.83 | 173.24 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 168 | 219 | 0.77 | 0.23 | 0 | 0.14 | 198.21 | 0.7 | 0.53 |
| Hex | 33 | A8 | DB | 4D | 17 | 0 | E | C6 | 46 | 35 |
| Octal | 63 | 250 | 333 | 115 | 27 | 0 | 16 | 306 | 106 | 65 |
| Binary | 110011 | 10101000 | 11011011 | 1001101 | 10111 | 0 | 1110 | 11000110 | 1000110 | 110101 |
Color Harmonies of #33A8DB
Complementary color
Monochromatic Colors of #33A8DB
Black with #33A8DB
Text Example
Text Example
White with #33A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A8DB; }
p { color: rgb(51,168,219); }
H1.HeaderClassName
{
color: #33A8DB;
}
.AnyTagClassName
{
color: #33A8DB;
}
</style>
background-color css
<style>
a { background-color: #33A8DB; }
a { background-color: rgb(51,168,219); }
div.DivClassName
{
background-color: #33A8DB;
}
.BgClassName
{
background-color: #33A8DB;
}
</style>
border-color css
<style>
span { border-color: #33A8DB; }
span { border-color: rgb(51,168,219); }
td.TdClassName
{
border-color: #33A8DB;
}
.TagClassName
{
border-color: #33A8DB;
}
</style>