#049AA8

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

Shades of Bondi Blue #049AA8

Tints of Bondi Blue #049AA8

Color information

#049AA8 (or 0x049AA8) is unknown color: approx Bondi Blue. HEX triplet: 04, 9A and A8. RGB value is (4,154,168). Sum of RGB (Red+Green+Blue) = 4+154+168=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 168 (66.02% from 255 or 51.53% from 326); Max value from RGB is 168 - color contains mainly: blue. Hex color #049AA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #049AA8 is #FB6557. Grayscale: #6E6E6E. Windows color (decimal): -16475480 or 11049476. OLE color: 11049476.

HSL color Cylindrical-coordinate representation of color #049AA8: hue angle of 185.12º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049AA8 is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB4154168-
CMYK0.980.0800.34
HSL185.12º95.35%33.73%-
HSV(B)185.12º97.62%65.88%-
XYZ18.6725.9641.07-
YUV110.75160.351.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 154 (60.55% from 255) = 47.24%
BLUE value IS 168 (66.02% from 255) = 51.53%
R=1.23%
G=47.24%
B=51.53%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal41541680.980.0800.34185.1295.3533.73
Hex49AA8628022b95f22
Octal42322501421004227113742
Binary1001001101010101000110001010000100010101110011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049AA8; }

 p { color: rgb(4,154,168); }

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

<style>
 a { background-color: #049AA8; }

 a { background-color: rgb(4,154,168); }

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

<style>
 span { border-color: #049AA8; }

 span { border-color: rgb(4,154,168); }

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