#018CAE

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

Shades of Bondi Blue #018CAE

Tints of Bondi Blue #018CAE

Color information

#018CAE (or 0x018CAE) is unknown color: approx Bondi Blue. HEX triplet: 01, 8C and AE. RGB value is (1,140,174). Sum of RGB (Red+Green+Blue) = 1+140+174=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #018CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CAE is #FE7351. Grayscale: #666666. Windows color (decimal): -16675666 or 11439105. OLE color: 11439105.

HSL color Cylindrical-coordinate representation of color #018CAE: hue angle of 191.79º 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 #018CAE is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1140174-
CMYK0.990.2000.32
HSL191.79º98.86%34.31%-
HSV(B)191.79º99.43%68.24%-
XYZ17.0321.8243.36-
YUV102.32168.4555.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 140 (55.08% from 255) = 44.44%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=0.32%
G=44.44%
B=55.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11401740.990.2000.32191.7998.8634.31
Hex18CAE6314020c06322
Octal12142561432404030014342
Binary110001100101011101100011101000100000110000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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