Shades of Summer Sky #33BCDE
Tints of Summer Sky #33BCDE
RGB
CMYK
RGB Variations
Color information
#33BCDE (or 0x33BCDE) is known color: Summer Sky. HEX triplet: 33, BC and DE. RGB value is (51,188,222). Sum of RGB (Red+Green+Blue) = 51+188+222=461 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.06% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #33BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCDE is #CC4321. Grayscale: #969696. Windows color (decimal): -13386530 or 14597171. OLE color: 14597171.
HSL color Cylindrical-coordinate representation of color #33BCDE: hue angle of 191.93º 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 #33BCDE is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 188 | 222 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.13 |
| HSL | 191.93º | 0.72% | 0.54% | - |
| HSV(B) | 191.93º | 0.77% | 0.87% | - |
| XYZ | 32.53 | 41.94 | 75.49 | - |
| YUV | 150.91 | 168.11 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 222 | 0.77 | 0.15 | 0 | 0.13 | 191.93 | 0.72 | 0.54 |
| Hex | 33 | BC | DE | 4D | F | 0 | D | C0 | 48 | 36 |
| Octal | 63 | 274 | 336 | 115 | 17 | 0 | 15 | 300 | 110 | 66 |
| Binary | 110011 | 10111100 | 11011110 | 1001101 | 1111 | 0 | 1101 | 11000000 | 1001000 | 110110 |
Color Harmonies of #33BCDE
Complementary color
Monochromatic Colors of #33BCDE
Black with #33BCDE
Text Example
Text Example
White with #33BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCDE; }
p { color: rgb(51,188,222); }
H1.HeaderClassName
{
color: #33BCDE;
}
.AnyTagClassName
{
color: #33BCDE;
}
</style>
background-color css
<style>
a { background-color: #33BCDE; }
a { background-color: rgb(51,188,222); }
div.DivClassName
{
background-color: #33BCDE;
}
.BgClassName
{
background-color: #33BCDE;
}
</style>
border-color css
<style>
span { border-color: #33BCDE; }
span { border-color: rgb(51,188,222); }
td.TdClassName
{
border-color: #33BCDE;
}
.TagClassName
{
border-color: #33BCDE;
}
</style>