Html Css Color HEX #0983AE Cerulean

📋 copy color: '#0983AE'

red 9 ◦ green 131 ◦ blue 174

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

Shades of Cerulean #0983AE

Tints of Cerulean #0983AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.41%

R = 2.87%
G = 41.72%
B = 55.41%

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

#0983AE (or 0x0983AE) is known color: Cerulean. HEX triplet: 09, 83 and AE. RGB value is (9,131,174). Sum of RGB (Red+Green+Blue) = 9+131+174=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #0983AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0983AE is #F67C51. Grayscale: #636363. Windows color (decimal): -16153682 or 11436809. OLE color: 11436809.

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

Color convert

RGB 9 131 174 -
CMYK 0.95 0.25 0 0.32
HSL 195.64º 0.9% 0.36% -
HSV(B) 195.64º 0.95% 0.68% -
XYZ 15.87 19.35 42.94 -
YUV 99.42 170.08 63.5 -
System Red Green Blue C M Y K H S L
Decimal 9 131 174 0.95 0.25 0 0.32 195.64 0.9 0.36
Hex 9 83 AE 5F 19 0 20 C4 5A 24
Octal 11 203 256 137 31 0 40 304 132 44
Binary 1001 10000011 10101110 1011111 11001 0 100000 11000100 1011010 100100

Color Harmonies of #0983AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983AE

Black with #0983AE

Text Example


Text Example

White with #0983AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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