#0087B1

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

Shades of Bondi Blue #0087B1

Tints of Bondi Blue #0087B1

Color information

#0087B1 (or 0x0087B1) is unknown color: approx Bondi Blue. HEX triplet: 00, 87 and B1. RGB value is (0,135,177). Sum of RGB (Red+Green+Blue) = 0+135+177=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #0087B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0087B1 is #FF784E. Grayscale: #636363. Windows color (decimal): -16742479 or 11634432. OLE color: 11634432.

HSL color Cylindrical-coordinate representation of color #0087B1: hue angle of 194.24º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087B1 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0135177-
CMYK10.2400.31
HSL194.24º100%34.71%-
HSV(B)194.24º100%69.41%-
XYZ16.620.544.68-
YUV99.42171.7757.08-

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) = 43.27%
BLUE value IS 177 (69.53% from 255) = 56.73%
R=0%
G=43.27%
B=56.73%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal013517710.2400.31194.2410034.71
Hex087B1641801Fc26423
Octal02072611443003730214443
Binary01000011110110001110010011000011111110000101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0087B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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