#0EA0AB

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

Shades of Bondi Blue #0EA0AB

Tints of Bondi Blue #0EA0AB

Color information

#0EA0AB (or 0x0EA0AB) is unknown color: approx Bondi Blue. HEX triplet: 0E, A0 and AB. RGB value is (14,160,171). Sum of RGB (Red+Green+Blue) = 14+160+171=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #0EA0AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA0AB is #F15F54. Grayscale: #757575. Windows color (decimal): -15818581 or 11247630. OLE color: 11247630.

HSL color Cylindrical-coordinate representation of color #0EA0AB: hue angle of 184.2º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA0AB is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14160171-
CMYK0.920.0600.33
HSL184.2º84.86%36.27%-
HSV(B)184.2º91.81%67.06%-
XYZ20.128.1842.91-
YUV117.6158.1354.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.06%
GREEN value IS 160 (62.89% from 255) = 46.38%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=4.06%
G=46.38%
B=49.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141601710.920.0600.33184.284.8636.27
HexEA0AB5C6021b85524
Octal16240253134604127012544
Binary1110101000001010101110111001100100001101110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EA0AB; }

 p { color: rgb(14,160,171); }

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

<style>
 a { background-color: #0EA0AB; }

 a { background-color: rgb(14,160,171); }

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

<style>
 span { border-color: #0EA0AB; }

 span { border-color: rgb(14,160,171); }

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