Shades of Summer Sky #33BCFF
Tints of Summer Sky #33BCFF
RGB
CMYK
RGB Variations
Color information
#33BCFF (or 0x33BCFF) is known color: Summer Sky. HEX triplet: 33, BC and FF. RGB value is (51,188,255). Sum of RGB (Red+Green+Blue) = 51+188+255=494 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.32% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #33BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BCFF is #CC4300. Grayscale: #9A9A9A. Windows color (decimal): -13386497 or 16759859. OLE color: 16759859.
HSL color Cylindrical-coordinate representation of color #33BCFF: hue angle of 199.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33BCFF is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 188 | 255 | - |
| CMYK | 0.8 | 0.26 | 0 | 0 |
| HSL | 199.71º | 1% | 0.6% | - |
| HSV(B) | 199.71º | 0.8% | 1% | - |
| XYZ | 37.4 | 43.89 | 101.11 | - |
| YUV | 154.68 | 184.61 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 188 | 255 | 0.8 | 0.26 | 0 | 0 | 199.71 | 1 | 0.6 |
| Hex | 33 | BC | FF | 50 | 1A | 0 | 0 | C8 | 64 | 3C |
| Octal | 63 | 274 | 377 | 120 | 32 | 0 | 0 | 310 | 144 | 74 |
| Binary | 110011 | 10111100 | 11111111 | 1010000 | 11010 | 0 | 0 | 11001000 | 1100100 | 111100 |
Color Harmonies of #33BCFF
Complementary color
Monochromatic Colors of #33BCFF
Black with #33BCFF
Text Example
Text Example
White with #33BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BCFF; }
p { color: rgb(51,188,255); }
H1.HeaderClassName
{
color: #33BCFF;
}
.AnyTagClassName
{
color: #33BCFF;
}
</style>
background-color css
<style>
a { background-color: #33BCFF; }
a { background-color: rgb(51,188,255); }
div.DivClassName
{
background-color: #33BCFF;
}
.BgClassName
{
background-color: #33BCFF;
}
</style>
border-color css
<style>
span { border-color: #33BCFF; }
span { border-color: rgb(51,188,255); }
td.TdClassName
{
border-color: #33BCFF;
}
.TagClassName
{
border-color: #33BCFF;
}
</style>