Shades of Summer Sky #33ABDB
Tints of Summer Sky #33ABDB
RGB
CMYK
RGB Variations
Color information
#33ABDB (or 0x33ABDB) is known color: Summer Sky. HEX triplet: 33, AB and DB. RGB value is (51,171,219). Sum of RGB (Red+Green+Blue) = 51+171+219=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #33ABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABDB is #CC5424. Grayscale: #8C8C8C. Windows color (decimal): -13390885 or 14396211. OLE color: 14396211.
HSL color Cylindrical-coordinate representation of color #33ABDB: hue angle of 197.14º 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 #33ABDB is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 171 | 219 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.14 |
| HSL | 197.14º | 0.7% | 0.53% | - |
| HSV(B) | 197.14º | 0.77% | 0.86% | - |
| XYZ | 28.71 | 34.94 | 72.25 | - |
| YUV | 140.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 171 | 219 | 0.77 | 0.22 | 0 | 0.14 | 197.14 | 0.7 | 0.53 |
| Hex | 33 | AB | DB | 4D | 16 | 0 | E | C5 | 46 | 35 |
| Octal | 63 | 253 | 333 | 115 | 26 | 0 | 16 | 305 | 106 | 65 |
| Binary | 110011 | 10101011 | 11011011 | 1001101 | 10110 | 0 | 1110 | 11000101 | 1000110 | 110101 |
Color Harmonies of #33ABDB
Complementary color
Monochromatic Colors of #33ABDB
Black with #33ABDB
Text Example
Text Example
White with #33ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ABDB; }
p { color: rgb(51,171,219); }
H1.HeaderClassName
{
color: #33ABDB;
}
.AnyTagClassName
{
color: #33ABDB;
}
</style>
background-color css
<style>
a { background-color: #33ABDB; }
a { background-color: rgb(51,171,219); }
div.DivClassName
{
background-color: #33ABDB;
}
.BgClassName
{
background-color: #33ABDB;
}
</style>
border-color css
<style>
span { border-color: #33ABDB; }
span { border-color: rgb(51,171,219); }
td.TdClassName
{
border-color: #33ABDB;
}
.TagClassName
{
border-color: #33ABDB;
}
</style>