#0496AE

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

Shades of Bondi Blue #0496AE

Tints of Bondi Blue #0496AE

Color information

#0496AE (or 0x0496AE) is unknown color: approx Bondi Blue. HEX triplet: 04, 96 and AE. RGB value is (4,150,174). Sum of RGB (Red+Green+Blue) = 4+150+174=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #0496AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0496AE is #FB6951. Grayscale: #6C6C6C. Windows color (decimal): -16476498 or 11441668. OLE color: 11441668.

HSL color Cylindrical-coordinate representation of color #0496AE: hue angle of 188.47º 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 #0496AE is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4150174-
CMYK0.980.1400.32
HSL188.47º95.51%34.9%-
HSV(B)188.47º97.7%68.24%-
XYZ18.624.8943.87-
YUV109.08164.6353.05-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.22%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=1.22%
G=45.73%
B=53.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41501740.980.1400.32188.4795.5134.9
Hex496AE62E020bc6023
Octal42262561421604027414043
Binary1001001011010101110110001011100100000101111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0496AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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