Shades of Summer Sky #33BADC
Tints of Summer Sky #33BADC
RGB
CMYK
RGB Variations
Color information
#33BADC (or 0x33BADC) is known color: Summer Sky. HEX triplet: 33, BA and DC. RGB value is (51,186,220). Sum of RGB (Red+Green+Blue) = 51+186+220=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #33BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BADC is #CC4523. Grayscale: #959595. Windows color (decimal): -13387044 or 14465587. OLE color: 14465587.
HSL color Cylindrical-coordinate representation of color #33BADC: hue angle of 192.07º degrees, saturation: 0.71, 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 #33BADC is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 186 | 220 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.14 |
| HSL | 192.07º | 0.71% | 0.53% | - |
| HSV(B) | 192.07º | 0.77% | 0.86% | - |
| XYZ | 31.84 | 40.99 | 73.94 | - |
| YUV | 149.51 | 167.77 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 220 | 0.77 | 0.15 | 0 | 0.14 | 192.07 | 0.71 | 0.53 |
| Hex | 33 | BA | DC | 4D | F | 0 | E | C0 | 47 | 35 |
| Octal | 63 | 272 | 334 | 115 | 17 | 0 | 16 | 300 | 107 | 65 |
| Binary | 110011 | 10111010 | 11011100 | 1001101 | 1111 | 0 | 1110 | 11000000 | 1000111 | 110101 |
Color Harmonies of #33BADC
Complementary color
Monochromatic Colors of #33BADC
Black with #33BADC
Text Example
Text Example
White with #33BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BADC; }
p { color: rgb(51,186,220); }
H1.HeaderClassName
{
color: #33BADC;
}
.AnyTagClassName
{
color: #33BADC;
}
</style>
background-color css
<style>
a { background-color: #33BADC; }
a { background-color: rgb(51,186,220); }
div.DivClassName
{
background-color: #33BADC;
}
.BgClassName
{
background-color: #33BADC;
}
</style>
border-color css
<style>
span { border-color: #33BADC; }
span { border-color: rgb(51,186,220); }
td.TdClassName
{
border-color: #33BADC;
}
.TagClassName
{
border-color: #33BADC;
}
</style>