Shades of Summer Sky #33BBCC
Tints of Summer Sky #33BBCC
RGB
CMYK
RGB Variations
Color information
#33BBCC (or 0x33BBCC) is known color: Summer Sky. HEX triplet: 33, BB and CC. RGB value is (51,187,204). Sum of RGB (Red+Green+Blue) = 51+187+204=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #33BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BBCC is #CC4433. Grayscale: #949494. Windows color (decimal): -13386804 or 13417267. OLE color: 13417267.
HSL color Cylindrical-coordinate representation of color #33BBCC: hue angle of 186.67º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33BBCC is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 51 | 187 | 204 | - |
CMYK | 0.75 | 0.08 | 0 | 0.2 |
HSL | 186.67º | 0.6% | 0.5% | - |
HSV(B) | 186.67º | 0.75% | 0.8% | - |
XYZ | 30.03 | 40.6 | 63.38 | - |
YUV | 148.27 | 159.44 | 58.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 187 | 204 | 0.75 | 0.08 | 0 | 0.2 | 186.67 | 0.6 | 0.5 |
Hex | 33 | BB | CC | 4B | 8 | 0 | 14 | BB | 3C | 32 |
Octal | 63 | 273 | 314 | 113 | 10 | 0 | 24 | 273 | 74 | 62 |
Binary | 110011 | 10111011 | 11001100 | 1001011 | 1000 | 0 | 10100 | 10111011 | 111100 | 110010 |
Color Harmonies of #33BBCC
Complementary color
Monochromatic Colors of #33BBCC
Black with #33BBCC
Text Example
Text Example
White with #33BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BBCC; }
p { color: rgb(51,187,204); }
H1.HeaderClassName
{
color: #33BBCC;
}
.AnyTagClassName
{
color: #33BBCC;
}
</style>
background-color css
<style>
a { background-color: #33BBCC; }
a { background-color: rgb(51,187,204); }
div.DivClassName
{
background-color: #33BBCC;
}
.BgClassName
{
background-color: #33BBCC;
}
</style>
border-color css
<style>
span { border-color: #33BBCC; }
span { border-color: rgb(51,187,204); }
td.TdClassName
{
border-color: #33BBCC;
}
.TagClassName
{
border-color: #33BBCC;
}
</style>