Html Css Color HEX #0983BA Cerulean

📋 copy color: '#0983BA'

red 9 ◦ green 131 ◦ blue 186

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

Shades of Cerulean #0983BA

Tints of Cerulean #0983BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 2.76%
G = 40.18%
B = 57.06%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0983BA (or 0x0983BA) is known color: Cerulean. HEX triplet: 09, 83 and BA. RGB value is (9,131,186). Sum of RGB (Red+Green+Blue) = 9+131+186=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #0983BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0983BA is #F67C45. Grayscale: #646464. Windows color (decimal): -16153670 or 12223241. OLE color: 12223241.

HSL color Cylindrical-coordinate representation of color #0983BA: hue angle of 198.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0983BA is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 131 186 -
CMYK 0.95 0.30 0 0.27
HSL 198.64º 0.91% 0.38% -
HSV(B) 198.64º 0.95% 0.73% -
XYZ 17.09 19.84 49.38 -
YUV 100.79 176.08 62.53 -
System Red Green Blue C M Y K H S L
Decimal 9 131 186 0.95 0.30 0 0.27 198.64 0.91 0.38
Hex 9 83 BA 5F 1E 0 1B C7 5B 26
Octal 11 203 272 137 36 0 33 307 133 46
Binary 1001 10000011 10111010 1011111 11110 0 11011 11000111 1011011 100110

Color Harmonies of #0983BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0983BA

Black with #0983BA

Text Example


Text Example

White with #0983BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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