Html Css Color HEX #0981BB Cerulean

📋 copy color: '#0981BB'

red 9 ◦ green 129 ◦ blue 187

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

Shades of Cerulean #0981BB

Tints of Cerulean #0981BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 2.77%
G = 39.69%
B = 57.54%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0981BB (or 0x0981BB) is known color: Cerulean. HEX triplet: 09, 81 and BB. RGB value is (9,129,187). Sum of RGB (Red+Green+Blue) = 9+129+187=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #0981BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0981BB is #F67E44. Grayscale: #636363. Windows color (decimal): -16154181 or 12288265. OLE color: 12288265.

HSL color Cylindrical-coordinate representation of color #0981BB: hue angle of 199.55º 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 #0981BB is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 129 187 -
CMYK 0.95 0.31 0 0.27
HSL 199.55º 0.91% 0.38% -
HSV(B) 199.55º 0.95% 0.73% -
XYZ 16.93 19.35 49.86 -
YUV 99.73 177.24 63.28 -
System Red Green Blue C M Y K H S L
Decimal 9 129 187 0.95 0.31 0 0.27 199.55 0.91 0.38
Hex 9 81 BB 5F 1F 0 1B C8 5B 26
Octal 11 201 273 137 37 0 33 310 133 46
Binary 1001 10000001 10111011 1011111 11111 0 11011 11001000 1011011 100110

Color Harmonies of #0981BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0981BB

Black with #0981BB

Text Example


Text Example

White with #0981BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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