Shades of Summer Sky #33BFDD
Tints of Summer Sky #33BFDD
RGB
CMYK
RGB Variations
Color information
#33BFDD (or 0x33BFDD) is known color: Summer Sky. HEX triplet: 33, BF and DD. RGB value is (51,191,221). Sum of RGB (Red+Green+Blue) = 51+191+221=463 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.02% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #33BFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFDD is #CC4022. Grayscale: #989898. Windows color (decimal): -13385763 or 14532403. OLE color: 14532403.
HSL color Cylindrical-coordinate representation of color #33BFDD: hue angle of 190.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BFDD is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 191 | 221 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.13 |
| HSL | 190.59º | 0.71% | 0.53% | - |
| HSV(B) | 190.59º | 0.77% | 0.87% | - |
| XYZ | 33.05 | 43.19 | 75 | - |
| YUV | 152.56 | 166.62 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 191 | 221 | 0.77 | 0.14 | 0 | 0.13 | 190.59 | 0.71 | 0.53 |
| Hex | 33 | BF | DD | 4D | E | 0 | D | BF | 47 | 35 |
| Octal | 63 | 277 | 335 | 115 | 16 | 0 | 15 | 277 | 107 | 65 |
| Binary | 110011 | 10111111 | 11011101 | 1001101 | 1110 | 0 | 1101 | 10111111 | 1000111 | 110101 |
Color Harmonies of #33BFDD
Complementary color
Monochromatic Colors of #33BFDD
Black with #33BFDD
Text Example
Text Example
White with #33BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BFDD; }
p { color: rgb(51,191,221); }
H1.HeaderClassName
{
color: #33BFDD;
}
.AnyTagClassName
{
color: #33BFDD;
}
</style>
background-color css
<style>
a { background-color: #33BFDD; }
a { background-color: rgb(51,191,221); }
div.DivClassName
{
background-color: #33BFDD;
}
.BgClassName
{
background-color: #33BFDD;
}
</style>
border-color css
<style>
span { border-color: #33BFDD; }
span { border-color: rgb(51,191,221); }
td.TdClassName
{
border-color: #33BFDD;
}
.TagClassName
{
border-color: #33BFDD;
}
</style>