#0597AD

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

Shades of Bondi Blue #0597AD

Tints of Bondi Blue #0597AD

Color information

#0597AD (or 0x0597AD) is unknown color: approx Bondi Blue. HEX triplet: 05, 97 and AD. RGB value is (5,151,173). Sum of RGB (Red+Green+Blue) = 5+151+173=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #0597AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0597AD is #FA6852. Grayscale: #6D6D6D. Windows color (decimal): -16410707 or 11376389. OLE color: 11376389.

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

Color convert

RGB5151173-
CMYK0.970.1300.32
HSL187.86º94.38%34.9%-
HSV(B)187.86º97.11%67.84%-
XYZ18.6725.1843.41-
YUV109.85163.6353.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 151 (59.38% from 255) = 45.90%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=1.52%
G=45.90%
B=52.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal51511730.970.1300.32187.8694.3834.9
Hex597AD61D020bc5e23
Octal52272551411504027413643
Binary1011001011110101101110000111010100000101111001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0597AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0597AD; }

 p { color: rgb(5,151,173); }

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

<style>
 a { background-color: #0597AD; }

 a { background-color: rgb(5,151,173); }

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

<style>
 span { border-color: #0597AD; }

 span { border-color: rgb(5,151,173); }

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