Html Css Color HEX #0983AA Cerulean

📋 copy color: '#0983AA'

red 9 ◦ green 131 ◦ blue 170

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

Shades of Cerulean #0983AA

Tints of Cerulean #0983AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.26%

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

R = 2.9%
G = 42.26%
B = 54.84%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0983AA (or 0x0983AA) is known color: Cerulean. HEX triplet: 09, 83 and AA. RGB value is (9,131,170). Sum of RGB (Red+Green+Blue) = 9+131+170=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #0983AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0983AA is #F67C55. Grayscale: #626262. Windows color (decimal): -16153686 or 11174665. OLE color: 11174665.

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

Color convert

RGB 9 131 170 -
CMYK 0.95 0.23 0 0.33
HSL 194.53º 0.9% 0.35% -
HSV(B) 194.53º 0.95% 0.67% -
XYZ 15.48 19.19 40.92 -
YUV 98.97 168.08 63.83 -
System Red Green Blue C M Y K H S L
Decimal 9 131 170 0.95 0.23 0 0.33 194.53 0.9 0.35
Hex 9 83 AA 5F 17 0 21 C3 5A 23
Octal 11 203 252 137 27 0 41 303 132 43
Binary 1001 10000011 10101010 1011111 10111 0 100001 11000011 1011010 100011

Color Harmonies of #0983AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983AA

Black with #0983AA

Text Example


Text Example

White with #0983AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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