Shades of Summer Sky #33B5D8
Tints of Summer Sky #33B5D8
RGB
CMYK
RGB Variations
Color information
#33B5D8 (or 0x33B5D8) is known color: Summer Sky. HEX triplet: 33, B5 and D8. RGB value is (51,181,216). Sum of RGB (Red+Green+Blue) = 51+181+216=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #33B5D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B5D8 is #CC4A27. Grayscale: #919191. Windows color (decimal): -13388328 or 14202163. OLE color: 14202163.
HSL color Cylindrical-coordinate representation of color #33B5D8: hue angle of 192.73º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33B5D8 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 181 | 216 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.15 |
| HSL | 192.73º | 0.68% | 0.52% | - |
| HSV(B) | 192.73º | 0.76% | 0.85% | - |
| XYZ | 30.28 | 38.71 | 70.84 | - |
| YUV | 146.12 | 167.43 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 181 | 216 | 0.76 | 0.16 | 0 | 0.15 | 192.73 | 0.68 | 0.52 |
| Hex | 33 | B5 | D8 | 4C | 10 | 0 | F | C1 | 44 | 34 |
| Octal | 63 | 265 | 330 | 114 | 20 | 0 | 17 | 301 | 104 | 64 |
| Binary | 110011 | 10110101 | 11011000 | 1001100 | 10000 | 0 | 1111 | 11000001 | 1000100 | 110100 |
Color Harmonies of #33B5D8
Complementary color
Monochromatic Colors of #33B5D8
Black with #33B5D8
Text Example
Text Example
White with #33B5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B5D8; }
p { color: rgb(51,181,216); }
H1.HeaderClassName
{
color: #33B5D8;
}
.AnyTagClassName
{
color: #33B5D8;
}
</style>
background-color css
<style>
a { background-color: #33B5D8; }
a { background-color: rgb(51,181,216); }
div.DivClassName
{
background-color: #33B5D8;
}
.BgClassName
{
background-color: #33B5D8;
}
</style>
border-color css
<style>
span { border-color: #33B5D8; }
span { border-color: rgb(51,181,216); }
td.TdClassName
{
border-color: #33B5D8;
}
.TagClassName
{
border-color: #33B5D8;
}
</style>