Shades of Summer Sky #33BDDF
Tints of Summer Sky #33BDDF
RGB
CMYK
RGB Variations
Color information
#33BDDF (or 0x33BDDF) is known color: Summer Sky. HEX triplet: 33, BD and DF. RGB value is (51,189,223). Sum of RGB (Red+Green+Blue) = 51+189+223=463 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.02% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #33BDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDDF is #CC4220. Grayscale: #979797. Windows color (decimal): -13386273 or 14662963. OLE color: 14662963.
HSL color Cylindrical-coordinate representation of color #33BDDF: hue angle of 191.86º degrees, saturation: 0.73, 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 #33BDDF is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 189 | 223 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.13 |
| HSL | 191.86º | 0.73% | 0.54% | - |
| HSV(B) | 191.86º | 0.77% | 0.87% | - |
| XYZ | 32.88 | 42.43 | 76.27 | - |
| YUV | 151.61 | 168.28 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 223 | 0.77 | 0.15 | 0 | 0.13 | 191.86 | 0.73 | 0.54 |
| Hex | 33 | BD | DF | 4D | F | 0 | D | C0 | 49 | 36 |
| Octal | 63 | 275 | 337 | 115 | 17 | 0 | 15 | 300 | 111 | 66 |
| Binary | 110011 | 10111101 | 11011111 | 1001101 | 1111 | 0 | 1101 | 11000000 | 1001001 | 110110 |
Color Harmonies of #33BDDF
Complementary color
Monochromatic Colors of #33BDDF
Black with #33BDDF
Text Example
Text Example
White with #33BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDDF; }
p { color: rgb(51,189,223); }
H1.HeaderClassName
{
color: #33BDDF;
}
.AnyTagClassName
{
color: #33BDDF;
}
</style>
background-color css
<style>
a { background-color: #33BDDF; }
a { background-color: rgb(51,189,223); }
div.DivClassName
{
background-color: #33BDDF;
}
.BgClassName
{
background-color: #33BDDF;
}
</style>
border-color css
<style>
span { border-color: #33BDDF; }
span { border-color: rgb(51,189,223); }
td.TdClassName
{
border-color: #33BDDF;
}
.TagClassName
{
border-color: #33BDDF;
}
</style>