#097FC0

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

Shades of Cerulean #097FC0

Tints of Cerulean #097FC0

Color information

#097FC0 (or 0x097FC0) is unknown color: approx Cerulean. HEX triplet: 09, 7F and C0. RGB value is (9,127,192). Sum of RGB (Red+Green+Blue) = 9+127+192=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #097FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FC0 is #F6803F. Grayscale: #626262. Windows color (decimal): -16154688 or 12615433. OLE color: 12615433.

HSL color Cylindrical-coordinate representation of color #097FC0: hue angle of 201.31º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097FC0 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9127192-
CMYK0.950.3400.25
HSL201.31º91.04%39.41%-
HSV(B)201.31º95.31%75.29%-
XYZ17.2219.0452.64-
YUV99.13180.4163.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.74%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 192 (75.39% from 255) = 58.54%
R=2.74%
G=38.72%
B=58.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91271920.950.3400.25201.3191.0439.41
Hex97FC05F22019c95b27
Octal111773001374203131113347
Binary10011111111110000001011111100010011001110010011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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