#097FB0

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

Shades of Cerulean #097FB0

Tints of Cerulean #097FB0

Color information

#097FB0 (or 0x097FB0) is unknown color: approx Cerulean. HEX triplet: 09, 7F and B0. RGB value is (9,127,176). Sum of RGB (Red+Green+Blue) = 9+127+176=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 176 (69.14% from 255 or 56.41% from 312); Max value from RGB is 176 - color contains mainly: blue. Hex color #097FB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097FB0 is #F6804F. Grayscale: #606060. Windows color (decimal): -16154704 or 11566857. OLE color: 11566857.

HSL color Cylindrical-coordinate representation of color #097FB0: hue angle of 197.6º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097FB0 is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9127176-
CMYK0.950.2800.31
HSL197.6º90.27%36.27%-
HSV(B)197.6º94.89%69.02%-
XYZ15.5418.3743.8-
YUV97.3172.4165.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.88%
GREEN value IS 127 (50% from 255) = 40.71%
BLUE value IS 176 (69.14% from 255) = 56.41%
R=2.88%
G=40.71%
B=56.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91271760.950.2800.31197.690.2736.27
Hex97FB05F1C01Fc65a24
Octal111772601373403730613244
Binary1001111111110110000101111111100011111110001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,127,176); }

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

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

 a { background-color: rgb(9,127,176); }

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

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

 span { border-color: rgb(9,127,176); }

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