#0495BD

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

Shades of Bondi Blue #0495BD

Tints of Bondi Blue #0495BD

Color information

#0495BD (or 0x0495BD) is unknown color: approx Bondi Blue. HEX triplet: 04, 95 and BD. RGB value is (4,149,189). Sum of RGB (Red+Green+Blue) = 4+149+189=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #0495BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0495BD is #FB6A42. Grayscale: #6D6D6D. Windows color (decimal): -16476739 or 12424452. OLE color: 12424452.

HSL color Cylindrical-coordinate representation of color #0495BD: hue angle of 192.97º 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 #0495BD is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4149189-
CMYK0.980.2100.26
HSL192.97º95.85%37.84%-
HSV(B)192.97º97.88%74.12%-
XYZ19.9825.1951.95-
YUV110.2172.4652.25-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.17%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 189 (74.22% from 255) = 55.26%
R=1.17%
G=43.57%
B=55.26%

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
Decimal41491890.980.2100.26192.9795.8537.84
Hex495BD621501Ac16026
Octal42252751422503230114046
Binary1001001010110111101110001010101011010110000011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0495BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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