Shades of Summer Sky #33BADE
Tints of Summer Sky #33BADE
RGB
CMYK
RGB Variations
Color information
#33BADE (or 0x33BADE) is known color: Summer Sky. HEX triplet: 33, BA and DE. RGB value is (51,186,222). Sum of RGB (Red+Green+Blue) = 51+186+222=459 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.11% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #33BADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BADE is #CC4521. Grayscale: #959595. Windows color (decimal): -13387042 or 14596659. OLE color: 14596659.
HSL color Cylindrical-coordinate representation of color #33BADE: hue angle of 192.63º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BADE is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 186 | 222 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.13 |
| HSL | 192.63º | 0.72% | 0.54% | - |
| HSV(B) | 192.63º | 0.77% | 0.87% | - |
| XYZ | 32.11 | 41.1 | 75.35 | - |
| YUV | 149.74 | 168.77 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 222 | 0.77 | 0.16 | 0 | 0.13 | 192.63 | 0.72 | 0.54 |
| Hex | 33 | BA | DE | 4D | 10 | 0 | D | C1 | 48 | 36 |
| Octal | 63 | 272 | 336 | 115 | 20 | 0 | 15 | 301 | 110 | 66 |
| Binary | 110011 | 10111010 | 11011110 | 1001101 | 10000 | 0 | 1101 | 11000001 | 1001000 | 110110 |
Color Harmonies of #33BADE
Complementary color
Monochromatic Colors of #33BADE
Black with #33BADE
Text Example
Text Example
White with #33BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BADE; }
p { color: rgb(51,186,222); }
H1.HeaderClassName
{
color: #33BADE;
}
.AnyTagClassName
{
color: #33BADE;
}
</style>
background-color css
<style>
a { background-color: #33BADE; }
a { background-color: rgb(51,186,222); }
div.DivClassName
{
background-color: #33BADE;
}
.BgClassName
{
background-color: #33BADE;
}
</style>
border-color css
<style>
span { border-color: #33BADE; }
span { border-color: rgb(51,186,222); }
td.TdClassName
{
border-color: #33BADE;
}
.TagClassName
{
border-color: #33BADE;
}
</style>