#008ABA

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

Shades of Bondi Blue #008ABA

Tints of Bondi Blue #008ABA

Color information

#008ABA (or 0x008ABA) is unknown color: approx Bondi Blue. HEX triplet: 00, 8A and BA. RGB value is (0,138,186). Sum of RGB (Red+Green+Blue) = 0+138+186=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #008ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ABA is #FF7545. Grayscale: #656565. Windows color (decimal): -16741702 or 12225024. OLE color: 12225024.

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

Color convert

RGB0138186-
CMYK10.2600.27
HSL195.48º100%36.47%-
HSV(B)195.48º100%72.94%-
XYZ17.9521.7249.7-
YUV102.21175.2855.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 42.59%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=0%
G=42.59%
B=57.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal013818610.2600.27195.4810036.47
Hex08ABA641A01Bc36424
Octal02122721443203330314444
Binary01000101010111010110010011010011011110000111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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