Html Css Color HEX #0981AD Cerulean

📋 copy color: '#0981AD'

red 9 ◦ green 129 ◦ blue 173

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

Shades of Cerulean #0981AD

Tints of Cerulean #0981AD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 2.89%
G = 41.48%
B = 55.63%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0981AD (or 0x0981AD) is known color: Cerulean. HEX triplet: 09, 81 and AD. RGB value is (9,129,173). Sum of RGB (Red+Green+Blue) = 9+129+173=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #0981AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0981AD is #F67E52. Grayscale: #616161. Windows color (decimal): -16154195 or 11370761. OLE color: 11370761.

HSL color Cylindrical-coordinate representation of color #0981AD: hue angle of 196.1º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0981AD is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 129 173 -
CMYK 0.95 0.25 0 0.32
HSL 196.1º 0.9% 0.36% -
HSV(B) 196.1º 0.95% 0.68% -
XYZ 15.51 18.78 42.34 -
YUV 98.14 170.24 64.42 -
System Red Green Blue C M Y K H S L
Decimal 9 129 173 0.95 0.25 0 0.32 196.1 0.9 0.36
Hex 9 81 AD 5F 19 0 20 C4 5A 24
Octal 11 201 255 137 31 0 40 304 132 44
Binary 1001 10000001 10101101 1011111 11001 0 100000 11000100 1011010 100100

Color Harmonies of #0981AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0981AD

Black with #0981AD

Text Example


Text Example

White with #0981AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0981AD; }

 p { color: rgb(9,129,173); }

 H1.HeaderClassName
 {
   color: #0981AD;
 }
 .AnyTagClassName
 {
   color: #0981AD;
 }
</style>

background-color css

<style>
 a { background-color: #0981AD; }

 a { background-color: rgb(9,129,173); }

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

border-color css

<style>
 span { border-color: #0981AD; }

 span { border-color: rgb(9,129,173); }

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