#018FAE

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

Shades of Bondi Blue #018FAE

Tints of Bondi Blue #018FAE

Color information

#018FAE (or 0x018FAE) is unknown color: approx Bondi Blue. HEX triplet: 01, 8F and AE. RGB value is (1,143,174). Sum of RGB (Red+Green+Blue) = 1+143+174=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #018FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FAE is #FE7051. Grayscale: #676767. Windows color (decimal): -16674898 or 11439873. OLE color: 11439873.

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

Color convert

RGB1143174-
CMYK0.990.1800.32
HSL190.75º98.86%34.31%-
HSV(B)190.75º99.43%68.24%-
XYZ17.4722.7143.51-
YUV104.08167.4654.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 143 (56.25% from 255) = 44.97%
BLUE value IS 174 (68.36% from 255) = 54.72%
R=0.31%
G=44.97%
B=54.72%

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
Decimal11431740.990.1800.32190.7598.8634.31
Hex18FAE6312020bf6322
Octal12172561432204027714342
Binary110001111101011101100011100100100000101111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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