#008BBA

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

Shades of Bondi Blue #008BBA

Tints of Bondi Blue #008BBA

Color information

#008BBA (or 0x008BBA) is unknown color: approx Bondi Blue. HEX triplet: 00, 8B and BA. RGB value is (0,139,186). Sum of RGB (Red+Green+Blue) = 0+139+186=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #008BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BBA is #FF7445. Grayscale: #666666. Windows color (decimal): -16741446 or 12225280. OLE color: 12225280.

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

Color convert

RGB0139186-
CMYK10.2500.27
HSL195.16º100%36.47%-
HSV(B)195.16º100%72.94%-
XYZ18.122.0149.75-
YUV102.8174.9554.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=0%
G=42.77%
B=57.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal013918610.2500.27195.1610036.47
Hex08BBA641901Bc36424
Octal02132721443103330314444
Binary01000101110111010110010011001011011110000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008BBA; }

 p { color: rgb(0,139,186); }

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

<style>
 a { background-color: #008BBA; }

 a { background-color: rgb(0,139,186); }

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

<style>
 span { border-color: #008BBA; }

 span { border-color: rgb(0,139,186); }

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