Html Css Color HEX #0786BE Bondi Blue

📋 copy color: '#0786BE'

red 7 ◦ green 134 ◦ blue 190

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

Shades of Bondi Blue #0786BE

Tints of Bondi Blue #0786BE

RGB

 RED value IS 7 (3.13% from 255) = 2.11%

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

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

R = 2.11%
G = 40.48%
B = 57.4%

CMYK

 C value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0786BE (or 0x0786BE) is known color: Bondi Blue. HEX triplet: 07, 86 and BE. RGB value is (7,134,190). Sum of RGB (Red+Green+Blue) = 7+134+190=331 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.11% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #0786BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0786BE is #F87941. Grayscale: #666666. Windows color (decimal): -16283970 or 12486151. OLE color: 12486151.

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

Color convert

RGB 7 134 190 -
CMYK 0.96 0.29 0 0.25
HSL 198.36º 0.93% 0.39% -
HSV(B) 198.36º 0.96% 0.75% -
XYZ 17.91 20.81 51.79 -
YUV 102.41 177.42 59.95 -
System Red Green Blue C M Y K H S L
Decimal 7 134 190 0.96 0.29 0 0.25 198.36 0.93 0.39
Hex 7 86 BE 60 1D 0 19 C6 5D 27
Octal 7 206 276 140 35 0 31 306 135 47
Binary 111 10000110 10111110 1100000 11101 0 11001 11000110 1011101 100111

Color Harmonies of #0786BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0786BE

Black with #0786BE

Text Example


Text Example

White with #0786BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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