#0496BD

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

Shades of Bondi Blue #0496BD

Tints of Bondi Blue #0496BD

Color information

#0496BD (or 0x0496BD) is unknown color: approx Bondi Blue. HEX triplet: 04, 96 and BD. RGB value is (4,150,189). Sum of RGB (Red+Green+Blue) = 4+150+189=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #0496BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0496BD is #FB6942. Grayscale: #6E6E6E. Windows color (decimal): -16476483 or 12424708. OLE color: 12424708.

HSL color Cylindrical-coordinate representation of color #0496BD: hue angle of 192.65º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0496BD is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4150189-
CMYK0.980.2100.26
HSL192.65º95.85%37.84%-
HSV(B)192.65º97.88%74.12%-
XYZ20.1425.5152.01-
YUV110.79172.1351.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.17%
GREEN value IS 150 (58.98% from 255) = 43.73%
BLUE value IS 189 (74.22% from 255) = 55.10%
R=1.17%
G=43.73%
B=55.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41501890.980.2100.26192.6595.8537.84
Hex496BD621501Ac16026
Octal42262751422503230114046
Binary1001001011010111101110001010101011010110000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0496BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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