#0979AC

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

Shades of Cerulean #0979AC

Tints of Cerulean #0979AC

Color information

#0979AC (or 0x0979AC) is unknown color: approx Cerulean. HEX triplet: 09, 79 and AC. RGB value is (9,121,172). Sum of RGB (Red+Green+Blue) = 9+121+172=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #0979AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0979AC is #F68653. Grayscale: #5D5D5D. Windows color (decimal): -16156244 or 11303177. OLE color: 11303177.

HSL color Cylindrical-coordinate representation of color #0979AC: hue angle of 198.77º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0979AC is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9121172-
CMYK0.950.3000.33
HSL198.77º90.06%35.49%-
HSV(B)198.77º94.77%67.45%-
XYZ14.416.7141.5-
YUV93.33172.3967.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.98%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 172 (67.58% from 255) = 56.95%
R=2.98%
G=40.07%
B=56.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91211720.950.3000.33198.7790.0635.49
Hex979AC5F1E021c75a23
Octal111712541373604130713243
Binary10011111001101011001011111111100100001110001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0979AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0979AC; }

 p { color: rgb(9,121,172); }

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

<style>
 a { background-color: #0979AC; }

 a { background-color: rgb(9,121,172); }

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

<style>
 span { border-color: #0979AC; }

 span { border-color: rgb(9,121,172); }

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