#0EA1AB

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

Shades of Bondi Blue #0EA1AB

Tints of Bondi Blue #0EA1AB

Color information

#0EA1AB (or 0x0EA1AB) is unknown color: approx Bondi Blue. HEX triplet: 0E, A1 and AB. RGB value is (14,161,171). Sum of RGB (Red+Green+Blue) = 14+161+171=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #0EA1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA1AB is #F15E54. Grayscale: #767676. Windows color (decimal): -15818325 or 11247886. OLE color: 11247886.

HSL color Cylindrical-coordinate representation of color #0EA1AB: hue angle of 183.82º 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 #0EA1AB is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14161171-
CMYK0.920.0600.33
HSL183.82º84.86%36.27%-
HSV(B)183.82º91.81%67.06%-
XYZ20.2828.5242.96-
YUV118.19157.853.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.05%
GREEN value IS 161 (63.28% from 255) = 46.53%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=4.05%
G=46.53%
B=49.42%

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
Decimal141611710.920.0600.33183.8284.8636.27
HexEA1AB5C6021b85524
Octal16241253134604127012544
Binary1110101000011010101110111001100100001101110001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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