#008ABF

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

Shades of Bondi Blue #008ABF

Tints of Bondi Blue #008ABF

Color information

#008ABF (or 0x008ABF) is unknown color: approx Bondi Blue. HEX triplet: 00, 8A and BF. RGB value is (0,138,191). Sum of RGB (Red+Green+Blue) = 0+138+191=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #008ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ABF is #FF7540. Grayscale: #666666. Windows color (decimal): -16741697 or 12552704. OLE color: 12552704.

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

Color convert

RGB0138191-
CMYK10.2800.25
HSL196.65º100%37.45%-
HSV(B)196.65º100%74.9%-
XYZ18.4921.9452.55-
YUV102.78177.7854.69-

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) = 41.95%
BLUE value IS 191 (75% from 255) = 58.05%
R=0%
G=41.95%
B=58.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal013819110.2800.25196.6510037.45
Hex08ABF641C019c56425
Octal02122771443403130514445
Binary01000101010111111110010011100011001110001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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