#008EAB

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

Shades of Bondi Blue #008EAB

Tints of Bondi Blue #008EAB

Color information

#008EAB (or 0x008EAB) is unknown color: approx Bondi Blue. HEX triplet: 00, 8E and AB. RGB value is (0,142,171). Sum of RGB (Red+Green+Blue) = 0+142+171=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #008EAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008EAB is #FF7154. Grayscale: #666666. Windows color (decimal): -16740693 or 11243008. OLE color: 11243008.

HSL color Cylindrical-coordinate representation of color #008EAB: hue angle of 190.18º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EAB is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0142171-
CMYK10.1700.33
HSL190.18º100%33.53%-
HSV(B)190.18º100%67.06%-
XYZ17.0222.2941.93-
YUV102.85166.4654.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 45.37%
BLUE value IS 171 (67.19% from 255) = 54.63%
R=0%
G=45.37%
B=54.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal014217110.1700.33190.1810033.53
Hex08EAB6411021be6422
Octal02162531442104127614442
Binary010001110101010111100100100010100001101111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,142,171); }

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

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

 a { background-color: rgb(0,142,171); }

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

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

 span { border-color: rgb(0,142,171); }

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