#097EBA

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

Shades of Cerulean #097EBA

Tints of Cerulean #097EBA

Color information

#097EBA (or 0x097EBA) is unknown color: approx Cerulean. HEX triplet: 09, 7E and BA. RGB value is (9,126,186). Sum of RGB (Red+Green+Blue) = 9+126+186=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #097EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097EBA is #F68145. Grayscale: #616161. Windows color (decimal): -16154950 or 12221961. OLE color: 12221961.

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

Color convert

RGB9126186-
CMYK0.950.3200.27
HSL200.34º90.77%38.24%-
HSV(B)200.34º95.16%72.94%-
XYZ16.4418.5249.16-
YUV97.86177.7464.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.80%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=2.80%
G=39.25%
B=57.94%

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
Decimal91261860.950.3200.27200.3490.7738.24
Hex97EBA5F2001Bc85b26
Octal111762721374003331013346
Binary10011111110101110101011111100000011011110010001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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