#097CAE

Color #097CAE Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #097CAE

Tints of Cerulean #097CAE

Color information

#097CAE (or 0x097CAE) is unknown color: approx 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

RGB9124174-
CMYK0.950.2900.32
HSL198.18º90.16%35.88%-
HSV(B)198.18º94.83%68.24%-
XYZ14.9617.5342.64-
YUV95.32172.466.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 2.93%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=2.93%
G=40.39%
B=56.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91241740.950.2900.32198.1890.1635.88
Hex97CAE5F1D020c65a24
Octal111742561373504030613244
Binary10011111100101011101011111111010100000110001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>