#019AAA

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

Shades of Bondi Blue #019AAA

Tints of Bondi Blue #019AAA

Color information

#019AAA (or 0x019AAA) is unknown color: approx Bondi Blue. HEX triplet: 01, 9A and AA. RGB value is (1,154,170). Sum of RGB (Red+Green+Blue) = 1+154+170=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 154 (60.55% from 255 or 47.38% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #019AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019AAA is #FE6555. Grayscale: #6D6D6D. Windows color (decimal): -16672086 or 11180545. OLE color: 11180545.

HSL color Cylindrical-coordinate representation of color #019AAA: hue angle of 185.68º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019AAA is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1154170-
CMYK0.990.0900.33
HSL185.68º98.83%33.53%-
HSV(B)185.68º99.41%66.67%-
XYZ18.8226.0242.06-
YUV110.08161.8150.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 154 (60.55% from 255) = 47.38%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=0.31%
G=47.38%
B=52.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11541700.990.0900.33185.6898.8333.53
Hex19AAA639021ba6322
Octal12322521431104127214342
Binary11001101010101010110001110010100001101110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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