Shades of Summer Sky #33BDD5
Tints of Summer Sky #33BDD5
RGB
CMYK
RGB Variations
Color information
#33BDD5 (or 0x33BDD5) is known color: Summer Sky. HEX triplet: 33, BD and D5. RGB value is (51,189,213). Sum of RGB (Red+Green+Blue) = 51+189+213=453 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.26% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #33BDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDD5 is #CC422A. Grayscale: #969696. Windows color (decimal): -13386283 or 14007603. OLE color: 14007603.
HSL color Cylindrical-coordinate representation of color #33BDD5: hue angle of 188.89º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33BDD5 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 189 | 213 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.16 |
| HSL | 188.89º | 0.66% | 0.52% | - |
| HSV(B) | 188.89º | 0.76% | 0.84% | - |
| XYZ | 31.57 | 41.9 | 69.37 | - |
| YUV | 150.47 | 163.28 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 213 | 0.76 | 0.11 | 0 | 0.16 | 188.89 | 0.66 | 0.52 |
| Hex | 33 | BD | D5 | 4C | B | 0 | 10 | BD | 42 | 34 |
| Octal | 63 | 275 | 325 | 114 | 13 | 0 | 20 | 275 | 102 | 64 |
| Binary | 110011 | 10111101 | 11010101 | 1001100 | 1011 | 0 | 10000 | 10111101 | 1000010 | 110100 |
Color Harmonies of #33BDD5
Complementary color
Monochromatic Colors of #33BDD5
Black with #33BDD5
Text Example
Text Example
White with #33BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDD5; }
p { color: rgb(51,189,213); }
H1.HeaderClassName
{
color: #33BDD5;
}
.AnyTagClassName
{
color: #33BDD5;
}
</style>
background-color css
<style>
a { background-color: #33BDD5; }
a { background-color: rgb(51,189,213); }
div.DivClassName
{
background-color: #33BDD5;
}
.BgClassName
{
background-color: #33BDD5;
}
</style>
border-color css
<style>
span { border-color: #33BDD5; }
span { border-color: rgb(51,189,213); }
td.TdClassName
{
border-color: #33BDD5;
}
.TagClassName
{
border-color: #33BDD5;
}
</style>