#0497AE

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

Shades of Bondi Blue #0497AE

Tints of Bondi Blue #0497AE

Color information

#0497AE (or 0x0497AE) is unknown color: approx Bondi Blue. HEX triplet: 04, 97 and AE. RGB value is (4,151,174). Sum of RGB (Red+Green+Blue) = 4+151+174=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 151 (59.38% from 255 or 45.90% 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 #0497AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0497AE is #FB6851. Grayscale: #6D6D6D. Windows color (decimal): -16476242 or 11441924. OLE color: 11441924.

HSL color Cylindrical-coordinate representation of color #0497AE: hue angle of 188.12º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0497AE is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4151174-
CMYK0.980.1300.32
HSL188.12º95.51%34.9%-
HSV(B)188.12º97.7%68.24%-
XYZ18.7625.2243.92-
YUV109.67164.352.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.22%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=1.22%
G=45.90%
B=52.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41511740.980.1300.32188.1295.5134.9
Hex497AE62D020bc6023
Octal42272561421504027414043
Binary1001001011110101110110001011010100000101111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0497AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0497AE; }

 p { color: rgb(4,151,174); }

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

<style>
 a { background-color: #0497AE; }

 a { background-color: rgb(4,151,174); }

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

<style>
 span { border-color: #0497AE; }

 span { border-color: rgb(4,151,174); }

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