Shades of Summer Sky #33BDD3
Tints of Summer Sky #33BDD3
RGB
CMYK
RGB Variations
Color information
#33BDD3 (or 0x33BDD3) is known color: Summer Sky. HEX triplet: 33, BD and D3. RGB value is (51,189,211). Sum of RGB (Red+Green+Blue) = 51+189+211=451 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.31% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #33BDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDD3 is #CC422C. Grayscale: #969696. Windows color (decimal): -13386285 or 13876531. OLE color: 13876531.
HSL color Cylindrical-coordinate representation of color #33BDD3: hue angle of 188.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33BDD3 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 189 | 211 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.17 |
| HSL | 188.25º | 0.65% | 0.51% | - |
| HSV(B) | 188.25º | 0.76% | 0.83% | - |
| XYZ | 31.32 | 41.8 | 68.05 | - |
| YUV | 150.25 | 162.28 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 211 | 0.76 | 0.10 | 0 | 0.17 | 188.25 | 0.65 | 0.51 |
| Hex | 33 | BD | D3 | 4C | A | 0 | 11 | BC | 41 | 33 |
| Octal | 63 | 275 | 323 | 114 | 12 | 0 | 21 | 274 | 101 | 63 |
| Binary | 110011 | 10111101 | 11010011 | 1001100 | 1010 | 0 | 10001 | 10111100 | 1000001 | 110011 |
Color Harmonies of #33BDD3
Complementary color
Monochromatic Colors of #33BDD3
Black with #33BDD3
Text Example
Text Example
White with #33BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDD3; }
p { color: rgb(51,189,211); }
H1.HeaderClassName
{
color: #33BDD3;
}
.AnyTagClassName
{
color: #33BDD3;
}
</style>
background-color css
<style>
a { background-color: #33BDD3; }
a { background-color: rgb(51,189,211); }
div.DivClassName
{
background-color: #33BDD3;
}
.BgClassName
{
background-color: #33BDD3;
}
</style>
border-color css
<style>
span { border-color: #33BDD3; }
span { border-color: rgb(51,189,211); }
td.TdClassName
{
border-color: #33BDD3;
}
.TagClassName
{
border-color: #33BDD3;
}
</style>