Shades of Summer Sky #33BCEA
Tints of Summer Sky #33BCEA
RGB
CMYK
RGB Variations
Color information
#33BCEA (or 0x33BCEA) is known color: Summer Sky. HEX triplet: 33, BC and EA. RGB value is (51,188,234). Sum of RGB (Red+Green+Blue) = 51+188+234=473 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.78% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #33BCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BCEA is #CC4315. Grayscale: #979797. Windows color (decimal): -13386518 or 15383603. OLE color: 15383603.
HSL color Cylindrical-coordinate representation of color #33BCEA: hue angle of 195.08º 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 #33BCEA is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 188 | 234 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.08 |
| HSL | 195.08º | 0.81% | 0.56% | - |
| HSV(B) | 195.08º | 0.78% | 0.92% | - |
| XYZ | 34.2 | 42.61 | 84.26 | - |
| YUV | 152.28 | 174.11 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 234 | 0.78 | 0.20 | 0 | 0.08 | 195.08 | 0.81 | 0.56 |
| Hex | 33 | BC | EA | 4E | 14 | 0 | 8 | C3 | 51 | 38 |
| Octal | 63 | 274 | 352 | 116 | 24 | 0 | 10 | 303 | 121 | 70 |
| Binary | 110011 | 10111100 | 11101010 | 1001110 | 10100 | 0 | 1000 | 11000011 | 1010001 | 111000 |
Color Harmonies of #33BCEA
Complementary color
Monochromatic Colors of #33BCEA
Black with #33BCEA
Text Example
Text Example
White with #33BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCEA; }
p { color: rgb(51,188,234); }
H1.HeaderClassName
{
color: #33BCEA;
}
.AnyTagClassName
{
color: #33BCEA;
}
</style>
background-color css
<style>
a { background-color: #33BCEA; }
a { background-color: rgb(51,188,234); }
div.DivClassName
{
background-color: #33BCEA;
}
.BgClassName
{
background-color: #33BCEA;
}
</style>
border-color css
<style>
span { border-color: #33BCEA; }
span { border-color: rgb(51,188,234); }
td.TdClassName
{
border-color: #33BCEA;
}
.TagClassName
{
border-color: #33BCEA;
}
</style>