Shades of Cerulean #097CAE
Tints of Cerulean #097CAE
RGB
CMYK
RGB Variations
Color information
#097CAE (or 0x097CAE) is known color: Cerulean. HEX triplet: 09, 7C and AE. RGB value is (9,124,174). Sum of RGB (Red+Green+Blue) = 9+124+174=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #097CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097CAE is #F68351. Grayscale: #5F5F5F. Windows color (decimal): -16155474 or 11435017. OLE color: 11435017.
HSL color Cylindrical-coordinate representation of color #097CAE: hue angle of 198.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097CAE is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 124 | 174 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.32 |
| HSL | 198.18º | 0.9% | 0.36% | - |
| HSV(B) | 198.18º | 0.95% | 0.68% | - |
| XYZ | 14.96 | 17.53 | 42.64 | - |
| YUV | 95.32 | 172.4 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 124 | 174 | 0.95 | 0.29 | 0 | 0.32 | 198.18 | 0.9 | 0.36 |
| Hex | 9 | 7C | AE | 5F | 1D | 0 | 20 | C6 | 5A | 24 |
| Octal | 11 | 174 | 256 | 137 | 35 | 0 | 40 | 306 | 132 | 44 |
| Binary | 1001 | 1111100 | 10101110 | 1011111 | 11101 | 0 | 100000 | 11000110 | 1011010 | 100100 |
Color Harmonies of #097CAE
Complementary color
Monochromatic Colors of #097CAE
Black with #097CAE
Text Example
Text Example
White with #097CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097CAE; }
p { color: rgb(9,124,174); }
H1.HeaderClassName
{
color: #097CAE;
}
.AnyTagClassName
{
color: #097CAE;
}
</style>
background-color css
<style>
a { background-color: #097CAE; }
a { background-color: rgb(9,124,174); }
div.DivClassName
{
background-color: #097CAE;
}
.BgClassName
{
background-color: #097CAE;
}
</style>
border-color css
<style>
span { border-color: #097CAE; }
span { border-color: rgb(9,124,174); }
td.TdClassName
{
border-color: #097CAE;
}
.TagClassName
{
border-color: #097CAE;
}
</style>