#097CB8

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

Shades of Cerulean #097CB8

Tints of Cerulean #097CB8

Color information

#097CB8 (or 0x097CB8) is unknown color: approx Cerulean. HEX triplet: 09, 7C and B8. RGB value is (9,124,184). Sum of RGB (Red+Green+Blue) = 9+124+184=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 184 (72.27% from 255 or 58.04% from 317); Max value from RGB is 184 - color contains mainly: blue. Hex color #097CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CB8 is #F68347. Grayscale: #606060. Windows color (decimal): -16155464 or 12090377. OLE color: 12090377.

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

Color convert

RGB9124184-
CMYK0.950.3300.28
HSL200.57º90.67%37.84%-
HSV(B)200.57º95.11%72.16%-
XYZ15.9717.9347.97-
YUV96.46177.465.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.84%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 184 (72.27% from 255) = 58.04%
R=2.84%
G=39.12%
B=58.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal91241840.950.3300.28200.5790.6737.84
Hex97CB85F2101Cc95b26
Octal111742701374103431113346
Binary10011111100101110001011111100001011100110010011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,124,184); }

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

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

 a { background-color: rgb(9,124,184); }

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

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

 span { border-color: rgb(9,124,184); }

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