Html Css Color HEX #0980AC Cerulean

📋 copy color: '#0980AC'

red 9 ◦ green 128 ◦ blue 172

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

Shades of Cerulean #0980AC

Tints of Cerulean #0980AC

RGB

 RED value IS 9 (3.91% from 255) = 2.91%

 GREEN value IS 128 (50.39% from 255) = 41.42%

 BLUE value IS 172 (67.58% from 255) = 55.66%

R = 2.91%
G = 41.42%
B = 55.66%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0980AC (or 0x0980AC) is known color: Cerulean. HEX triplet: 09, 80 and AC. RGB value is (9,128,172). Sum of RGB (Red+Green+Blue) = 9+128+172=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #0980AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0980AC is #F67F53. Grayscale: #616161. Windows color (decimal): -16154452 or 11304969. OLE color: 11304969.

HSL color Cylindrical-coordinate representation of color #0980AC: hue angle of 196.2º 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 #0980AC is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 128 172 -
CMYK 0.95 0.26 0 0.33
HSL 196.2º 0.9% 0.35% -
HSV(B) 196.2º 0.95% 0.67% -
XYZ 15.28 18.47 41.79 -
YUV 97.44 170.08 64.92 -
System Red Green Blue C M Y K H S L
Decimal 9 128 172 0.95 0.26 0 0.33 196.2 0.9 0.35
Hex 9 80 AC 5F 1A 0 21 C4 5A 23
Octal 11 200 254 137 32 0 41 304 132 43
Binary 1001 10000000 10101100 1011111 11010 0 100001 11000100 1011010 100011

Color Harmonies of #0980AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980AC

Black with #0980AC

Text Example


Text Example

White with #0980AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0980AC;
 }
 .AnyTagClassName
 {
   color: #0980AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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