#097FBA

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

Shades of Cerulean #097FBA

Tints of Cerulean #097FBA

Color information

#097FBA (or 0x097FBA) is unknown color: approx Cerulean. HEX triplet: 09, 7F and BA. RGB value is (9,127,186). Sum of RGB (Red+Green+Blue) = 9+127+186=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #097FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FBA is #F68045. Grayscale: #626262. Windows color (decimal): -16154694 or 12222217. OLE color: 12222217.

HSL color Cylindrical-coordinate representation of color #097FBA: hue angle of 200º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097FBA is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9127186-
CMYK0.950.3200.27
HSL200º90.77%38.24%-
HSV(B)200º95.16%72.94%-
XYZ16.5618.7849.21-
YUV98.44177.4164.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.80%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 186 (73.05% from 255) = 57.76%
R=2.80%
G=39.44%
B=57.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91271860.950.3200.2720090.7738.24
Hex97FBA5F2001Bc85b26
Octal111772721374003331013346
Binary10011111111101110101011111100000011011110010001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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