Html Css Color HEX #0086BF Bondi Blue

📋 copy color: '#0086BF'

red 0 ◦ green 134 ◦ blue 191

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

Shades of Bondi Blue #0086BF

Tints of Bondi Blue #0086BF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 41.23%
B = 58.77%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0086BF (or 0x0086BF) is known color: Bondi Blue. HEX triplet: 00, 86 and BF. RGB value is (0,134,191). Sum of RGB (Red+Green+Blue) = 0+134+191=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #0086BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0086BF is #FF7940. Grayscale: #646464. Windows color (decimal): -16742721 or 12551680. OLE color: 12551680.

HSL color Cylindrical-coordinate representation of color #0086BF: hue angle of 197.91º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0086BF is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 134 191 -
CMYK 1 0.30 0 0.25
HSL 197.91º 1% 0.37% -
HSV(B) 197.91º 1% 0.75% -
XYZ 17.93 20.81 52.36 -
YUV 100.43 179.11 56.37 -
System Red Green Blue C M Y K H S L
Decimal 0 134 191 1 0.30 0 0.25 197.91 1 0.37
Hex 0 86 BF 64 1E 0 19 C6 64 25
Octal 0 206 277 144 36 0 31 306 144 45
Binary 0 10000110 10111111 1100100 11110 0 11001 11000110 1100100 100101

Color Harmonies of #0086BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0086BF

Black with #0086BF

Text Example


Text Example

White with #0086BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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