Html Css Color HEX #0597AC Bondi Blue

📋 copy color: '#0597AC'

red 5 ◦ green 151 ◦ blue 172

#0597AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0597AC

Tints of Bondi Blue #0597AC

RGB

 RED value IS 5 (2.34% from 255) = 1.52%

 GREEN value IS 151 (59.38% from 255) = 46.04%

 BLUE value IS 172 (67.58% from 255) = 52.44%

R = 1.52%
G = 46.04%
B = 52.44%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0597AC (or 0x0597AC) is known color: Bondi Blue. HEX triplet: 05, 97 and AC. RGB value is (5,151,172). Sum of RGB (Red+Green+Blue) = 5+151+172=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #0597AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0597AC is #FA6853. Grayscale: #6D6D6D. Windows color (decimal): -16410708 or 11310853. OLE color: 11310853.

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

Color convert

RGB 5 151 172 -
CMYK 0.97 0.12 0 0.33
HSL 187.54º 0.94% 0.35% -
HSV(B) 187.54º 0.97% 0.67% -
XYZ 18.58 25.14 42.9 -
YUV 109.74 163.13 53.29 -
System Red Green Blue C M Y K H S L
Decimal 5 151 172 0.97 0.12 0 0.33 187.54 0.94 0.35
Hex 5 97 AC 61 C 0 21 BC 5E 23
Octal 5 227 254 141 14 0 41 274 136 43
Binary 101 10010111 10101100 1100001 1100 0 100001 10111100 1011110 100011

Color Harmonies of #0597AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0597AC

Black with #0597AC

Text Example


Text Example

White with #0597AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0597AC;
 }
 .AnyTagClassName
 {
   color: #0597AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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