#0087BB

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

Shades of Bondi Blue #0087BB

Tints of Bondi Blue #0087BB

Color information

#0087BB (or 0x0087BB) is unknown color: approx Bondi Blue. HEX triplet: 00, 87 and BB. RGB value is (0,135,187). Sum of RGB (Red+Green+Blue) = 0+135+187=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #0087BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087BB is #FF7844. Grayscale: #646464. Windows color (decimal): -16742469 or 12289792. OLE color: 12289792.

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

Color convert

RGB0135187-
CMYK10.2800.27
HSL196.68º100%36.67%-
HSV(B)196.68º100%73.33%-
XYZ17.6320.9250.12-
YUV100.56176.7756.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 41.93%
BLUE value IS 187 (73.44% from 255) = 58.07%
R=0%
G=41.93%
B=58.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal013518710.2800.27196.6810036.67
Hex087BB641C01Bc56425
Octal02072731443403330514445
Binary01000011110111011110010011100011011110001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0087BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,135,187); }

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

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

 a { background-color: rgb(0,135,187); }

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

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

 span { border-color: rgb(0,135,187); }

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