Html Css Color HEX #0982AA Cerulean

📋 copy color: '#0982AA'

red 9 ◦ green 130 ◦ blue 170

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

Shades of Cerulean #0982AA

Tints of Cerulean #0982AA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.07%

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

R = 2.91%
G = 42.07%
B = 55.02%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0982AA (or 0x0982AA) is known color: Cerulean. HEX triplet: 09, 82 and AA. RGB value is (9,130,170). Sum of RGB (Red+Green+Blue) = 9+130+170=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #0982AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0982AA is #F67D55. Grayscale: #626262. Windows color (decimal): -16153942 or 11174409. OLE color: 11174409.

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

Color convert

RGB 9 130 170 -
CMYK 0.95 0.24 0 0.33
HSL 194.91º 0.9% 0.35% -
HSV(B) 194.91º 0.95% 0.67% -
XYZ 15.35 18.93 40.87 -
YUV 98.38 168.41 64.25 -
System Red Green Blue C M Y K H S L
Decimal 9 130 170 0.95 0.24 0 0.33 194.91 0.9 0.35
Hex 9 82 AA 5F 18 0 21 C3 5A 23
Octal 11 202 252 137 30 0 41 303 132 43
Binary 1001 10000010 10101010 1011111 11000 0 100001 11000011 1011010 100011

Color Harmonies of #0982AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0982AA

Black with #0982AA

Text Example


Text Example

White with #0982AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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