Shades of Summer Sky #33BDE8
Tints of Summer Sky #33BDE8
RGB
CMYK
RGB Variations
Color information
#33BDE8 (or 0x33BDE8) is known color: Summer Sky. HEX triplet: 33, BD and E8. RGB value is (51,189,232). Sum of RGB (Red+Green+Blue) = 51+189+232=472 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.81% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #33BDE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDE8 is #CC4217. Grayscale: #989898. Windows color (decimal): -13386264 or 15252787. OLE color: 15252787.
HSL color Cylindrical-coordinate representation of color #33BDE8: hue angle of 194.25º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33BDE8 is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 189 | 232 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.09 |
| HSL | 194.25º | 0.8% | 0.55% | - |
| HSV(B) | 194.25º | 0.78% | 0.91% | - |
| XYZ | 34.13 | 42.93 | 82.83 | - |
| YUV | 152.64 | 172.78 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 189 | 232 | 0.78 | 0.19 | 0 | 0.09 | 194.25 | 0.8 | 0.55 |
| Hex | 33 | BD | E8 | 4E | 13 | 0 | 9 | C2 | 50 | 37 |
| Octal | 63 | 275 | 350 | 116 | 23 | 0 | 11 | 302 | 120 | 67 |
| Binary | 110011 | 10111101 | 11101000 | 1001110 | 10011 | 0 | 1001 | 11000010 | 1010000 | 110111 |
Color Harmonies of #33BDE8
Complementary color
Monochromatic Colors of #33BDE8
Black with #33BDE8
Text Example
Text Example
White with #33BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BDE8; }
p { color: rgb(51,189,232); }
H1.HeaderClassName
{
color: #33BDE8;
}
.AnyTagClassName
{
color: #33BDE8;
}
</style>
background-color css
<style>
a { background-color: #33BDE8; }
a { background-color: rgb(51,189,232); }
div.DivClassName
{
background-color: #33BDE8;
}
.BgClassName
{
background-color: #33BDE8;
}
</style>
border-color css
<style>
span { border-color: #33BDE8; }
span { border-color: rgb(51,189,232); }
td.TdClassName
{
border-color: #33BDE8;
}
.TagClassName
{
border-color: #33BDE8;
}
</style>