Shades of Summer Sky #33BBDC
Tints of Summer Sky #33BBDC
RGB
CMYK
RGB Variations
Color information
#33BBDC (or 0x33BBDC) is known color: Summer Sky. HEX triplet: 33, BB and DC. RGB value is (51,187,220). Sum of RGB (Red+Green+Blue) = 51+187+220=458 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.14% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #33BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BBDC is #CC4423. Grayscale: #959595. Windows color (decimal): -13386788 or 14465843. OLE color: 14465843.
HSL color Cylindrical-coordinate representation of color #33BBDC: hue angle of 191.72º 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 #33BBDC is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 187 | 220 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.14 |
| HSL | 191.72º | 0.71% | 0.53% | - |
| HSV(B) | 191.72º | 0.77% | 0.86% | - |
| XYZ | 32.05 | 41.41 | 74.01 | - |
| YUV | 150.1 | 167.44 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 220 | 0.77 | 0.15 | 0 | 0.14 | 191.72 | 0.71 | 0.53 |
| Hex | 33 | BB | DC | 4D | F | 0 | E | C0 | 47 | 35 |
| Octal | 63 | 273 | 334 | 115 | 17 | 0 | 16 | 300 | 107 | 65 |
| Binary | 110011 | 10111011 | 11011100 | 1001101 | 1111 | 0 | 1110 | 11000000 | 1000111 | 110101 |
Color Harmonies of #33BBDC
Complementary color
Monochromatic Colors of #33BBDC
Black with #33BBDC
Text Example
Text Example
White with #33BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BBDC; }
p { color: rgb(51,187,220); }
H1.HeaderClassName
{
color: #33BBDC;
}
.AnyTagClassName
{
color: #33BBDC;
}
</style>
background-color css
<style>
a { background-color: #33BBDC; }
a { background-color: rgb(51,187,220); }
div.DivClassName
{
background-color: #33BBDC;
}
.BgClassName
{
background-color: #33BBDC;
}
</style>
border-color css
<style>
span { border-color: #33BBDC; }
span { border-color: rgb(51,187,220); }
td.TdClassName
{
border-color: #33BBDC;
}
.TagClassName
{
border-color: #33BBDC;
}
</style>