Html Css Color HEX #0981BE Cerulean

📋 copy color: '#0981BE'

red 9 ◦ green 129 ◦ blue 190

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

Shades of Cerulean #0981BE

Tints of Cerulean #0981BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.93%

R = 2.74%
G = 39.33%
B = 57.93%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0981BE (or 0x0981BE) is known color: Cerulean. HEX triplet: 09, 81 and BE. RGB value is (9,129,190). Sum of RGB (Red+Green+Blue) = 9+129+190=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 190 (74.61% from 255 or 57.93% from 328); Max value from RGB is 190 - color contains mainly: blue. Hex color #0981BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0981BE is #F67E41. Grayscale: #636363. Windows color (decimal): -16154178 or 12484873. OLE color: 12484873.

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

Color convert

RGB 9 129 190 -
CMYK 0.95 0.32 0 0.25
HSL 200.22º 0.91% 0.39% -
HSV(B) 200.22º 0.95% 0.75% -
XYZ 17.26 19.48 51.56 -
YUV 100.07 178.74 63.04 -
System Red Green Blue C M Y K H S L
Decimal 9 129 190 0.95 0.32 0 0.25 200.22 0.91 0.39
Hex 9 81 BE 5F 20 0 19 C8 5B 27
Octal 11 201 276 137 40 0 31 310 133 47
Binary 1001 10000001 10111110 1011111 100000 0 11001 11001000 1011011 100111

Color Harmonies of #0981BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0981BE

Black with #0981BE

Text Example


Text Example

White with #0981BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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