Html Css Color HEX #0979AC Cerulean

📋 copy color: '#0979AC'

red 9 ◦ green 121 ◦ blue 172

#0979AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0979AC

Tints of Cerulean #0979AC

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 value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0979AC (or 0x0979AC) is known color: 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

RGB 9 121 172 -
CMYK 0.95 0.30 0 0.33
HSL 198.77º 0.9% 0.35% -
HSV(B) 198.77º 0.95% 0.67% -
XYZ 14.4 16.71 41.5 -
YUV 93.33 172.39 67.85 -
System Red Green Blue C M Y K H S L
Decimal 9 121 172 0.95 0.30 0 0.33 198.77 0.9 0.35
Hex 9 79 AC 5F 1E 0 21 C7 5A 23
Octal 11 171 254 137 36 0 41 307 132 43
Binary 1001 1111001 10101100 1011111 11110 0 100001 11000111 1011010 100011

Color Harmonies of #0979AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0979AC

Black with #0979AC

Text Example


Text Example

White with #0979AC

Text Example


Text Example

HTML Codes & Css Web 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>