#097BAE

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

Shades of Cerulean #097BAE

Tints of Cerulean #097BAE

Color information

#097BAE (or 0x097BAE) is unknown color: approx Cerulean. HEX triplet: 09, 7B and AE. RGB value is (9,123,174). Sum of RGB (Red+Green+Blue) = 9+123+174=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #097BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097BAE is #F68451. Grayscale: #5E5E5E. Windows color (decimal): -16155730 or 11434761. OLE color: 11434761.

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

Color convert

RGB9123174-
CMYK0.950.2900.32
HSL198.55º90.16%35.88%-
HSV(B)198.55º94.83%68.24%-
XYZ14.8417.2842.6-
YUV94.73172.7366.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.94%
GREEN value IS 123 (48.44% from 255) = 40.20%
BLUE value IS 174 (68.36% from 255) = 56.86%
R=2.94%
G=40.20%
B=56.86%

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
Decimal91231740.950.2900.32198.5590.1635.88
Hex97BAE5F1D020c75a24
Octal111732561373504030713244
Binary10011111011101011101011111111010100000110001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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