Html Css Color HEX #0986BF Bondi Blue

📋 copy color: '#0986BF'

red 9 ◦ green 134 ◦ blue 191

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

Shades of Bondi Blue #0986BF

Tints of Bondi Blue #0986BF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

 BLUE value IS 191 (75% from 255) = 57.19%

R = 2.69%
G = 40.12%
B = 57.19%

CMYK

 C value IS 0.95

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0986BF (or 0x0986BF) is known color: Bondi Blue. HEX triplet: 09, 86 and BF. RGB value is (9,134,191). Sum of RGB (Red+Green+Blue) = 9+134+191=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #0986BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0986BF is #F67940. Grayscale: #666666. Windows color (decimal): -16152897 or 12551689. OLE color: 12551689.

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

Color convert

RGB 9 134 191 -
CMYK 0.95 0.30 0 0.25
HSL 198.79º 0.91% 0.39% -
HSV(B) 198.79º 0.95% 0.75% -
XYZ 18.04 20.87 52.37 -
YUV 103.12 177.59 60.87 -
System Red Green Blue C M Y K H S L
Decimal 9 134 191 0.95 0.30 0 0.25 198.79 0.91 0.39
Hex 9 86 BF 5F 1E 0 19 C7 5B 27
Octal 11 206 277 137 36 0 31 307 133 47
Binary 1001 10000110 10111111 1011111 11110 0 11001 11000111 1011011 100111

Color Harmonies of #0986BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0986BF

Black with #0986BF

Text Example


Text Example

White with #0986BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0986BF; }

 p { color: rgb(9,134,191); }

 H1.HeaderClassName
 {
   color: #0986BF;
 }
 .AnyTagClassName
 {
   color: #0986BF;
 }
</style>

background-color css

<style>
 a { background-color: #0986BF; }

 a { background-color: rgb(9,134,191); }

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

border-color css

<style>
 span { border-color: #0986BF; }

 span { border-color: rgb(9,134,191); }

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