#097AAC

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

Shades of Cerulean #097AAC

Tints of Cerulean #097AAC

Color information

#097AAC (or 0x097AAC) is unknown color: approx Cerulean. HEX triplet: 09, 7A and AC. RGB value is (9,122,172). Sum of RGB (Red+Green+Blue) = 9+122+172=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #097AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097AAC is #F68553. Grayscale: #5D5D5D. Windows color (decimal): -16155988 or 11303433. OLE color: 11303433.

HSL color Cylindrical-coordinate representation of color #097AAC: hue angle of 198.4º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097AAC is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9122172-
CMYK0.950.2900.33
HSL198.4º90.06%35.49%-
HSV(B)198.4º94.77%67.45%-
XYZ14.5216.9641.54-
YUV93.91172.0667.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.97%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=2.97%
G=40.26%
B=56.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91221720.950.2900.33198.490.0635.49
Hex97AAC5F1D021c65a23
Octal111722541373504130613243
Binary10011111010101011001011111111010100001110001101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097AAC; }

 p { color: rgb(9,122,172); }

 H1.HeaderClassName
 {
   color: #097AAC;
 }
 .AnyTagClassName
 {
   color: #097AAC;
 }
</style>
background-color css

<style>
 a { background-color: #097AAC; }

 a { background-color: rgb(9,122,172); }

 div.DivClassName
 {
   background-color: #097AAC;
 }
 .BgClassName
 {
   background-color: #097AAC;
 }
</style>
border-color css

<style>
 span { border-color: #097AAC; }

 span { border-color: rgb(9,122,172); }

 td.TdClassName
 {
   border-color: #097AAC;
 }
 .TagClassName
 {
   border-color: #097AAC;
 }
</style>