Html Css Color HEX #0186BE Bondi Blue

📋 copy color: '#0186BE'

red 1 ◦ green 134 ◦ blue 190

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

Shades of Bondi Blue #0186BE

Tints of Bondi Blue #0186BE

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

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

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

R = 0.31%
G = 41.23%
B = 58.46%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0186BE (or 0x0186BE) is known color: Bondi Blue. HEX triplet: 01, 86 and BE. RGB value is (1,134,190). Sum of RGB (Red+Green+Blue) = 1+134+190=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #0186BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0186BE is #FE7941. Grayscale: #646464. Windows color (decimal): -16677186 or 12486145. OLE color: 12486145.

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

Color convert

RGB 1 134 190 -
CMYK 0.99 0.29 0 0.25
HSL 197.78º 0.99% 0.37% -
HSV(B) 197.78º 0.99% 0.75% -
XYZ 17.83 20.77 51.79 -
YUV 100.62 178.44 56.95 -
System Red Green Blue C M Y K H S L
Decimal 1 134 190 0.99 0.29 0 0.25 197.78 0.99 0.37
Hex 1 86 BE 63 1D 0 19 C6 63 25
Octal 1 206 276 143 35 0 31 306 143 45
Binary 1 10000110 10111110 1100011 11101 0 11001 11000110 1100011 100101

Color Harmonies of #0186BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0186BE

Black with #0186BE

Text Example


Text Example

White with #0186BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,134,190); }

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

background-color css

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

 a { background-color: rgb(1,134,190); }

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

border-color css

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

 span { border-color: rgb(1,134,190); }

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