#0786BB

Color #0786BB Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0786BB

Tints of Bondi Blue #0786BB

Color information

#0786BB (or 0x0786BB) is unknown color: approx Bondi Blue. HEX triplet: 07, 86 and BB. RGB value is (7,134,187). Sum of RGB (Red+Green+Blue) = 7+134+187=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #0786BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0786BB is #F87944. Grayscale: #656565. Windows color (decimal): -16283973 or 12289543. OLE color: 12289543.

HSL color Cylindrical-coordinate representation of color #0786BB: hue angle of 197.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0786BB is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7134187-
CMYK0.960.2800.27
HSL197.67º92.78%38.04%-
HSV(B)197.67º96.26%73.33%-
XYZ17.5820.6850.08-
YUV102.07175.9260.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.13%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 187 (73.44% from 255) = 57.01%
R=2.13%
G=40.85%
B=57.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71341870.960.2800.27197.6792.7838.04
Hex786BB601C01Bc65d26
Octal72062731403403330613546
Binary1111000011010111011110000011100011011110001101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0786BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0786BB;
 }
 .AnyTagClassName
 {
   color: #0786BB;
 }
</style>
background-color css

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

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

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

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

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

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