#018EAE

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

Shades of Bondi Blue #018EAE

Tints of Bondi Blue #018EAE

Color information

#018EAE (or 0x018EAE) is unknown color: approx Bondi Blue. HEX triplet: 01, 8E and AE. RGB value is (1,142,174). Sum of RGB (Red+Green+Blue) = 1+142+174=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #018EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018EAE is #FE7151. Grayscale: #676767. Windows color (decimal): -16675154 or 11439617. OLE color: 11439617.

HSL color Cylindrical-coordinate representation of color #018EAE: hue angle of 191.1º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018EAE is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1142174-
CMYK0.990.1800.32
HSL191.1º98.86%34.31%-
HSV(B)191.1º99.43%68.24%-
XYZ17.3322.4143.46-
YUV103.49167.7954.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 142 (55.86% from 255) = 44.79%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=0.32%
G=44.79%
B=54.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11421740.990.1800.32191.198.8634.31
Hex18EAE6312020bf6322
Octal12162561432204027714342
Binary110001110101011101100011100100100000101111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018EAE; }

 p { color: rgb(1,142,174); }

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

<style>
 a { background-color: #018EAE; }

 a { background-color: rgb(1,142,174); }

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

<style>
 span { border-color: #018EAE; }

 span { border-color: rgb(1,142,174); }

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