Shades of Cerulean #0784AC
Tints of Cerulean #0784AC
RGB
CMYK
RGB Variations
Color information
#0784AC (or 0x0784AC) is known color: Cerulean. HEX triplet: 07, 84 and AC. RGB value is (7,132,172). Sum of RGB (Red+Green+Blue) = 7+132+172=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #0784AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0784AC is #F87B53. Grayscale: #626262. Windows color (decimal): -16284500 or 11305991. OLE color: 11305991.
HSL color Cylindrical-coordinate representation of color #0784AC: hue angle of 194.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0784AC is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 132 | 172 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.33 |
| HSL | 194.55º | 0.92% | 0.35% | - |
| HSV(B) | 194.55º | 0.96% | 0.67% | - |
| XYZ | 15.79 | 19.53 | 41.97 | - |
| YUV | 99.19 | 169.09 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 132 | 172 | 0.96 | 0.23 | 0 | 0.33 | 194.55 | 0.92 | 0.35 |
| Hex | 7 | 84 | AC | 60 | 17 | 0 | 21 | C3 | 5C | 23 |
| Octal | 7 | 204 | 254 | 140 | 27 | 0 | 41 | 303 | 134 | 43 |
| Binary | 111 | 10000100 | 10101100 | 1100000 | 10111 | 0 | 100001 | 11000011 | 1011100 | 100011 |
Color Harmonies of #0784AC
Complementary color
Monochromatic Colors of #0784AC
Black with #0784AC
Text Example
Text Example
White with #0784AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0784AC; }
p { color: rgb(7,132,172); }
H1.HeaderClassName
{
color: #0784AC;
}
.AnyTagClassName
{
color: #0784AC;
}
</style>
background-color css
<style>
a { background-color: #0784AC; }
a { background-color: rgb(7,132,172); }
div.DivClassName
{
background-color: #0784AC;
}
.BgClassName
{
background-color: #0784AC;
}
</style>
border-color css
<style>
span { border-color: #0784AC; }
span { border-color: rgb(7,132,172); }
td.TdClassName
{
border-color: #0784AC;
}
.TagClassName
{
border-color: #0784AC;
}
</style>