Shades of Summer Sky #33C0EA
Tints of Summer Sky #33C0EA
RGB
CMYK
RGB Variations
Color information
#33C0EA (or 0x33C0EA) is known color: Summer Sky. HEX triplet: 33, C0 and EA. RGB value is (51,192,234). Sum of RGB (Red+Green+Blue) = 51+192+234=477 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.69% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #33C0EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33C0EA is #CC3F15. Grayscale: #9A9A9A. Windows color (decimal): -13385494 or 15384627. OLE color: 15384627.
HSL color Cylindrical-coordinate representation of color #33C0EA: hue angle of 193.77º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33C0EA is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 192 | 234 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.08 |
| HSL | 193.77º | 0.81% | 0.56% | - |
| HSV(B) | 193.77º | 0.78% | 0.92% | - |
| XYZ | 35.07 | 44.34 | 84.55 | - |
| YUV | 154.63 | 172.79 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 234 | 0.78 | 0.18 | 0 | 0.08 | 193.77 | 0.81 | 0.56 |
| Hex | 33 | C0 | EA | 4E | 12 | 0 | 8 | C2 | 51 | 38 |
| Octal | 63 | 300 | 352 | 116 | 22 | 0 | 10 | 302 | 121 | 70 |
| Binary | 110011 | 11000000 | 11101010 | 1001110 | 10010 | 0 | 1000 | 11000010 | 1010001 | 111000 |
Color Harmonies of #33C0EA
Complementary color
Monochromatic Colors of #33C0EA
Black with #33C0EA
Text Example
Text Example
White with #33C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C0EA; }
p { color: rgb(51,192,234); }
H1.HeaderClassName
{
color: #33C0EA;
}
.AnyTagClassName
{
color: #33C0EA;
}
</style>
background-color css
<style>
a { background-color: #33C0EA; }
a { background-color: rgb(51,192,234); }
div.DivClassName
{
background-color: #33C0EA;
}
.BgClassName
{
background-color: #33C0EA;
}
</style>
border-color css
<style>
span { border-color: #33C0EA; }
span { border-color: rgb(51,192,234); }
td.TdClassName
{
border-color: #33C0EA;
}
.TagClassName
{
border-color: #33C0EA;
}
</style>