Shades of Summer Sky #33BBFF
Tints of Summer Sky #33BBFF
RGB
CMYK
RGB Variations
Color information
#33BBFF (or 0x33BBFF) is known color: Summer Sky. HEX triplet: 33, BB and FF. RGB value is (51,187,255). Sum of RGB (Red+Green+Blue) = 51+187+255=493 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.34% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #33BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BBFF is #CC4400. Grayscale: #999999. Windows color (decimal): -13386753 or 16759603. OLE color: 16759603.
HSL color Cylindrical-coordinate representation of color #33BBFF: hue angle of 200º 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 #33BBFF is Cyan = 0.8, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 187 | 255 | - |
| CMYK | 0.8 | 0.27 | 0 | 0 |
| HSL | 200º | 1% | 0.6% | - |
| HSV(B) | 200º | 0.8% | 1% | - |
| XYZ | 37.19 | 43.46 | 101.04 | - |
| YUV | 154.09 | 184.94 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 187 | 255 | 0.8 | 0.27 | 0 | 0 | 200 | 1 | 0.6 |
| Hex | 33 | BB | FF | 50 | 1B | 0 | 0 | C8 | 64 | 3C |
| Octal | 63 | 273 | 377 | 120 | 33 | 0 | 0 | 310 | 144 | 74 |
| Binary | 110011 | 10111011 | 11111111 | 1010000 | 11011 | 0 | 0 | 11001000 | 1100100 | 111100 |
Color Harmonies of #33BBFF
Complementary color
Monochromatic Colors of #33BBFF
Black with #33BBFF
Text Example
Text Example
White with #33BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BBFF; }
p { color: rgb(51,187,255); }
H1.HeaderClassName
{
color: #33BBFF;
}
.AnyTagClassName
{
color: #33BBFF;
}
</style>
background-color css
<style>
a { background-color: #33BBFF; }
a { background-color: rgb(51,187,255); }
div.DivClassName
{
background-color: #33BBFF;
}
.BgClassName
{
background-color: #33BBFF;
}
</style>
border-color css
<style>
span { border-color: #33BBFF; }
span { border-color: rgb(51,187,255); }
td.TdClassName
{
border-color: #33BBFF;
}
.TagClassName
{
border-color: #33BBFF;
}
</style>