Html Css Color HEX #0980AA Cerulean

📋 copy color: '#0980AA'

red 9 ◦ green 128 ◦ blue 170

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

Shades of Cerulean #0980AA

Tints of Cerulean #0980AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.37%

R = 2.93%
G = 41.69%
B = 55.37%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0980AA (or 0x0980AA) is known color: Cerulean. HEX triplet: 09, 80 and AA. RGB value is (9,128,170). Sum of RGB (Red+Green+Blue) = 9+128+170=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #0980AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0980AA is #F67F55. Grayscale: #606060. Windows color (decimal): -16154454 or 11173897. OLE color: 11173897.

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

Color convert

RGB 9 128 170 -
CMYK 0.95 0.25 0 0.33
HSL 195.65º 0.9% 0.35% -
HSV(B) 195.65º 0.95% 0.67% -
XYZ 15.09 18.4 40.79 -
YUV 97.21 169.08 65.08 -
System Red Green Blue C M Y K H S L
Decimal 9 128 170 0.95 0.25 0 0.33 195.65 0.9 0.35
Hex 9 80 AA 5F 19 0 21 C4 5A 23
Octal 11 200 252 137 31 0 41 304 132 43
Binary 1001 10000000 10101010 1011111 11001 0 100001 11000100 1011010 100011

Color Harmonies of #0980AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980AA

Black with #0980AA

Text Example


Text Example

White with #0980AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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