#0EA4AE

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

Shades of Bondi Blue #0EA4AE

Tints of Bondi Blue #0EA4AE

Color information

#0EA4AE (or 0x0EA4AE) is unknown color: approx Bondi Blue. HEX triplet: 0E, A4 and AE. RGB value is (14,164,174). Sum of RGB (Red+Green+Blue) = 14+164+174=352 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.98% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #0EA4AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA4AE is #F15B51. Grayscale: #787878. Windows color (decimal): -15817554 or 11445262. OLE color: 11445262.

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

Color convert

RGB14164174-
CMYK0.920.0600.32
HSL183.75º85.11%36.86%-
HSV(B)183.75º91.95%68.24%-
XYZ21.129.744.67-
YUV120.29158.352.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.98%
GREEN value IS 164 (64.45% from 255) = 46.59%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=3.98%
G=46.59%
B=49.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141641740.920.0600.32183.7585.1136.86
HexEA4AE5C6020b85525
Octal16244256134604027012545
Binary1110101001001010111010111001100100000101110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,164,174); }

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

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

 a { background-color: rgb(14,164,174); }

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

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

 span { border-color: rgb(14,164,174); }

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