Shades of Summer Sky #33BACF
Tints of Summer Sky #33BACF
RGB
CMYK
RGB Variations
Color information
#33BACF (or 0x33BACF) is known color: Summer Sky. HEX triplet: 33, BA and CF. RGB value is (51,186,207). Sum of RGB (Red+Green+Blue) = 51+186+207=444 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.49% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #33BACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BACF is #CC4530. Grayscale: #939393. Windows color (decimal): -13387057 or 13613619. OLE color: 13613619.
HSL color Cylindrical-coordinate representation of color #33BACF: hue angle of 188.08º 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 #33BACF is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 186 | 207 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.19 |
| HSL | 188.08º | 0.62% | 0.51% | - |
| HSV(B) | 188.08º | 0.75% | 0.81% | - |
| XYZ | 30.19 | 40.33 | 65.22 | - |
| YUV | 148.03 | 161.27 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 207 | 0.75 | 0.10 | 0 | 0.19 | 188.08 | 0.62 | 0.51 |
| Hex | 33 | BA | CF | 4B | A | 0 | 13 | BC | 3E | 33 |
| Octal | 63 | 272 | 317 | 113 | 12 | 0 | 23 | 274 | 76 | 63 |
| Binary | 110011 | 10111010 | 11001111 | 1001011 | 1010 | 0 | 10011 | 10111100 | 111110 | 110011 |
Color Harmonies of #33BACF
Complementary color
Monochromatic Colors of #33BACF
Black with #33BACF
Text Example
Text Example
White with #33BACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BACF; }
p { color: rgb(51,186,207); }
H1.HeaderClassName
{
color: #33BACF;
}
.AnyTagClassName
{
color: #33BACF;
}
</style>
background-color css
<style>
a { background-color: #33BACF; }
a { background-color: rgb(51,186,207); }
div.DivClassName
{
background-color: #33BACF;
}
.BgClassName
{
background-color: #33BACF;
}
</style>
border-color css
<style>
span { border-color: #33BACF; }
span { border-color: rgb(51,186,207); }
td.TdClassName
{
border-color: #33BACF;
}
.TagClassName
{
border-color: #33BACF;
}
</style>