#019AAE

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

Shades of Bondi Blue #019AAE

Tints of Bondi Blue #019AAE

Color information

#019AAE (or 0x019AAE) is unknown color: approx Bondi Blue. HEX triplet: 01, 9A and AE. RGB value is (1,154,174). Sum of RGB (Red+Green+Blue) = 1+154+174=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #019AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019AAE is #FE6551. Grayscale: #6E6E6E. Windows color (decimal): -16672082 or 11442689. OLE color: 11442689.

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

Color convert

RGB1154174-
CMYK0.990.1100.32
HSL186.94º98.86%34.31%-
HSV(B)186.94º99.43%68.24%-
XYZ19.2126.1744.08-
YUV110.53163.8149.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 154 (60.55% from 255) = 46.81%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=0.30%
G=46.81%
B=52.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11541740.990.1100.32186.9498.8634.31
Hex19AAE63B020bb6322
Octal12322561431304027314342
Binary11001101010101110110001110110100000101110111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019AAE; }

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

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

<style>
 a { background-color: #019AAE; }

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

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

<style>
 span { border-color: #019AAE; }

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

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