Html Css Color HEX #0986BD Bondi Blue

📋 copy color: '#0986BD'

red 9 ◦ green 134 ◦ blue 189

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

Shades of Bondi Blue #0986BD

Tints of Bondi Blue #0986BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.93%

R = 2.71%
G = 40.36%
B = 56.93%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0986BD (or 0x0986BD) is known color: Bondi Blue. HEX triplet: 09, 86 and BD. RGB value is (9,134,189). Sum of RGB (Red+Green+Blue) = 9+134+189=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #0986BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0986BD is #F67942. Grayscale: #666666. Windows color (decimal): -16152899 or 12420617. OLE color: 12420617.

HSL color Cylindrical-coordinate representation of color #0986BD: hue angle of 198.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0986BD is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 134 189 -
CMYK 0.95 0.29 0 0.26
HSL 198.33º 0.91% 0.39% -
HSV(B) 198.33º 0.95% 0.74% -
XYZ 17.82 20.78 51.22 -
YUV 102.9 176.59 61.03 -
System Red Green Blue C M Y K H S L
Decimal 9 134 189 0.95 0.29 0 0.26 198.33 0.91 0.39
Hex 9 86 BD 5F 1D 0 1A C6 5B 27
Octal 11 206 275 137 35 0 32 306 133 47
Binary 1001 10000110 10111101 1011111 11101 0 11010 11000110 1011011 100111

Color Harmonies of #0986BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0986BD

Black with #0986BD

Text Example


Text Example

White with #0986BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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