Shades of Summer Sky #33BCE5
Tints of Summer Sky #33BCE5
RGB
CMYK
RGB Variations
Color information
#33BCE5 (or 0x33BCE5) is known color: Summer Sky. HEX triplet: 33, BC and E5. RGB value is (51,188,229). Sum of RGB (Red+Green+Blue) = 51+188+229=468 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.90% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #33BCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCE5 is #CC431A. Grayscale: #979797. Windows color (decimal): -13386523 or 15055923. OLE color: 15055923.
HSL color Cylindrical-coordinate representation of color #33BCE5: hue angle of 193.82º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33BCE5 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 188 | 229 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.10 |
| HSL | 193.82º | 0.77% | 0.55% | - |
| HSV(B) | 193.82º | 0.78% | 0.9% | - |
| XYZ | 33.49 | 42.33 | 80.53 | - |
| YUV | 151.71 | 171.61 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 229 | 0.78 | 0.18 | 0 | 0.10 | 193.82 | 0.77 | 0.55 |
| Hex | 33 | BC | E5 | 4E | 12 | 0 | A | C2 | 4D | 37 |
| Octal | 63 | 274 | 345 | 116 | 22 | 0 | 12 | 302 | 115 | 67 |
| Binary | 110011 | 10111100 | 11100101 | 1001110 | 10010 | 0 | 1010 | 11000010 | 1001101 | 110111 |
Color Harmonies of #33BCE5
Complementary color
Monochromatic Colors of #33BCE5
Black with #33BCE5
Text Example
Text Example
White with #33BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCE5; }
p { color: rgb(51,188,229); }
H1.HeaderClassName
{
color: #33BCE5;
}
.AnyTagClassName
{
color: #33BCE5;
}
</style>
background-color css
<style>
a { background-color: #33BCE5; }
a { background-color: rgb(51,188,229); }
div.DivClassName
{
background-color: #33BCE5;
}
.BgClassName
{
background-color: #33BCE5;
}
</style>
border-color css
<style>
span { border-color: #33BCE5; }
span { border-color: rgb(51,188,229); }
td.TdClassName
{
border-color: #33BCE5;
}
.TagClassName
{
border-color: #33BCE5;
}
</style>