#097BAC

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

Shades of Cerulean #097BAC

Tints of Cerulean #097BAC

Color information

#097BAC (or 0x097BAC) is unknown color: approx Cerulean. HEX triplet: 09, 7B and AC. RGB value is (9,123,172). Sum of RGB (Red+Green+Blue) = 9+123+172=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #097BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097BAC is #F68453. Grayscale: #5E5E5E. Windows color (decimal): -16155732 or 11303689. OLE color: 11303689.

HSL color Cylindrical-coordinate representation of color #097BAC: hue angle of 198.04º 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 #097BAC is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9123172-
CMYK0.950.2800.33
HSL198.04º90.06%35.49%-
HSV(B)198.04º94.77%67.45%-
XYZ14.6417.241.58-
YUV94.5171.7367.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.96%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 172 (67.58% from 255) = 56.58%
R=2.96%
G=40.46%
B=56.58%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91231720.950.2800.33198.0490.0635.49
Hex97BAC5F1C021c65a23
Octal111732541373404130613243
Binary10011111011101011001011111111000100001110001101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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