#018AAD

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

Shades of Bondi Blue #018AAD

Tints of Bondi Blue #018AAD

Color information

#018AAD (or 0x018AAD) is unknown color: approx Bondi Blue. HEX triplet: 01, 8A and AD. RGB value is (1,138,173). Sum of RGB (Red+Green+Blue) = 1+138+173=312 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #018AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018AAD is #FE7552. Grayscale: #646464. Windows color (decimal): -16676179 or 11373057. OLE color: 11373057.

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

Color convert

RGB1138173-
CMYK0.990.2000.32
HSL192.21º98.85%34.12%-
HSV(B)192.21º99.42%67.84%-
XYZ16.6421.242.75-
YUV101.03168.6156.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=0.32%
G=44.23%
B=55.45%

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
Decimal11381730.990.2000.32192.2198.8534.12
Hex18AAD6314020c06322
Octal12122551432404030014342
Binary110001010101011011100011101000100000110000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,138,173); }

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

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

 a { background-color: rgb(1,138,173); }

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

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

 span { border-color: rgb(1,138,173); }

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