#0088bb

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

Shades of Bondi Blue #0088BB

Tints of Bondi Blue #0088BB

Color information

#0088BB (or 0x0088BB) is unknown color: approx Bondi Blue. HEX triplet: 00, 88 and BB. RGB value is (0,136,187). Sum of RGB (Red+Green+Blue) = 0+136+187=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #0088BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0088BB is #FF7744. Grayscale: #646464. Windows color (decimal): -16742213 or 12290048. OLE color: 12290048.

HSL color Cylindrical-coordinate representation of color #0088BB: hue angle of 196.36º 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 #0088BB is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0136187-
CMYK10.2700.27
HSL196.36º100%36.67%-
HSV(B)196.36º100%73.33%-
XYZ17.7721.250.17-
YUV101.15176.4455.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=0%
G=42.11%
B=57.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal013618710.2700.27196.3610036.67
Hex088BB641B01Bc46425
Octal02102731443303330414445
Binary01000100010111011110010011011011011110001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0088bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0088bb; }

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

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

<style>
 a { background-color: #0088bb; }

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

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

<style>
 span { border-color: #0088bb; }

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

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