Shades of Summer Sky #33BEDC
Tints of Summer Sky #33BEDC
RGB
CMYK
RGB Variations
Color information
#33BEDC (or 0x33BEDC) is known color: Summer Sky. HEX triplet: 33, BE and DC. RGB value is (51,190,220). Sum of RGB (Red+Green+Blue) = 51+190+220=461 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.06% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #33BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BEDC is #CC4123. Grayscale: #979797. Windows color (decimal): -13386020 or 14466611. OLE color: 14466611.
HSL color Cylindrical-coordinate representation of color #33BEDC: hue angle of 190.65º 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 #33BEDC is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 190 | 220 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.14 |
| HSL | 190.65º | 0.71% | 0.53% | - |
| HSV(B) | 190.65º | 0.77% | 0.86% | - |
| XYZ | 32.7 | 42.7 | 74.23 | - |
| YUV | 151.86 | 166.45 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 190 | 220 | 0.77 | 0.14 | 0 | 0.14 | 190.65 | 0.71 | 0.53 |
| Hex | 33 | BE | DC | 4D | E | 0 | E | BF | 47 | 35 |
| Octal | 63 | 276 | 334 | 115 | 16 | 0 | 16 | 277 | 107 | 65 |
| Binary | 110011 | 10111110 | 11011100 | 1001101 | 1110 | 0 | 1110 | 10111111 | 1000111 | 110101 |
Color Harmonies of #33BEDC
Complementary color
Monochromatic Colors of #33BEDC
Black with #33BEDC
Text Example
Text Example
White with #33BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BEDC; }
p { color: rgb(51,190,220); }
H1.HeaderClassName
{
color: #33BEDC;
}
.AnyTagClassName
{
color: #33BEDC;
}
</style>
background-color css
<style>
a { background-color: #33BEDC; }
a { background-color: rgb(51,190,220); }
div.DivClassName
{
background-color: #33BEDC;
}
.BgClassName
{
background-color: #33BEDC;
}
</style>
border-color css
<style>
span { border-color: #33BEDC; }
span { border-color: rgb(51,190,220); }
td.TdClassName
{
border-color: #33BEDC;
}
.TagClassName
{
border-color: #33BEDC;
}
</style>