Html Css Color HEX #0983AD Cerulean

📋 copy color: '#0983AD'

red 9 ◦ green 131 ◦ blue 173

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

Shades of Cerulean #0983AD

Tints of Cerulean #0983AD

RGB

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

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

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

R = 2.88%
G = 41.85%
B = 55.27%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0983AD (or 0x0983AD) is known color: Cerulean. HEX triplet: 09, 83 and AD. RGB value is (9,131,173). Sum of RGB (Red+Green+Blue) = 9+131+173=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #0983AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0983AD is #F67C52. Grayscale: #636363. Windows color (decimal): -16153683 or 11371273. OLE color: 11371273.

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

Color convert

RGB 9 131 173 -
CMYK 0.95 0.24 0 0.32
HSL 195.37º 0.9% 0.36% -
HSV(B) 195.37º 0.95% 0.68% -
XYZ 15.77 19.31 42.43 -
YUV 99.31 169.58 63.58 -
System Red Green Blue C M Y K H S L
Decimal 9 131 173 0.95 0.24 0 0.32 195.37 0.9 0.36
Hex 9 83 AD 5F 18 0 20 C3 5A 24
Octal 11 203 255 137 30 0 40 303 132 44
Binary 1001 10000011 10101101 1011111 11000 0 100000 11000011 1011010 100100

Color Harmonies of #0983AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983AD

Black with #0983AD

Text Example


Text Example

White with #0983AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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