Shades of Summer Sky #33B0CF
Tints of Summer Sky #33B0CF
RGB
CMYK
RGB Variations
Color information
#33B0CF (or 0x33B0CF) is known color: Summer Sky. HEX triplet: 33, B0 and CF. RGB value is (51,176,207). Sum of RGB (Red+Green+Blue) = 51+176+207=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #33B0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B0CF is #CC4F30. Grayscale: #8D8D8D. Windows color (decimal): -13389617 or 13611059. OLE color: 13611059.
HSL color Cylindrical-coordinate representation of color #33B0CF: hue angle of 191.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33B0CF is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 176 | 207 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.19 |
| HSL | 191.92º | 0.62% | 0.51% | - |
| HSV(B) | 191.92º | 0.75% | 0.81% | - |
| XYZ | 28.15 | 36.26 | 64.55 | - |
| YUV | 142.16 | 164.59 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 176 | 207 | 0.75 | 0.15 | 0 | 0.19 | 191.92 | 0.62 | 0.51 |
| Hex | 33 | B0 | CF | 4B | F | 0 | 13 | C0 | 3E | 33 |
| Octal | 63 | 260 | 317 | 113 | 17 | 0 | 23 | 300 | 76 | 63 |
| Binary | 110011 | 10110000 | 11001111 | 1001011 | 1111 | 0 | 10011 | 11000000 | 111110 | 110011 |
Color Harmonies of #33B0CF
Complementary color
Monochromatic Colors of #33B0CF
Black with #33B0CF
Text Example
Text Example
White with #33B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B0CF; }
p { color: rgb(51,176,207); }
H1.HeaderClassName
{
color: #33B0CF;
}
.AnyTagClassName
{
color: #33B0CF;
}
</style>
background-color css
<style>
a { background-color: #33B0CF; }
a { background-color: rgb(51,176,207); }
div.DivClassName
{
background-color: #33B0CF;
}
.BgClassName
{
background-color: #33B0CF;
}
</style>
border-color css
<style>
span { border-color: #33B0CF; }
span { border-color: rgb(51,176,207); }
td.TdClassName
{
border-color: #33B0CF;
}
.TagClassName
{
border-color: #33B0CF;
}
</style>