Html Css Color HEX #0097AC Bondi Blue

📋 copy color: '#0097AC'

red 0 ◦ green 151 ◦ blue 172

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

Shades of Bondi Blue #0097AC

Tints of Bondi Blue #0097AC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 46.75%
B = 53.25%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0097AC (or 0x0097AC) is known color: Bondi Blue. HEX triplet: 00, 97 and AC. RGB value is (0,151,172). Sum of RGB (Red+Green+Blue) = 0+151+172=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 151 (59.38% from 255 or 46.75% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #0097AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0097AC is #FF6853. Grayscale: #6C6C6C. Windows color (decimal): -16738388 or 11310848. OLE color: 11310848.

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

Color convert

RGB 0 151 172 -
CMYK 1 0.12 0 0.33
HSL 187.33º 1% 0.34% -
HSV(B) 187.33º 1% 0.67% -
XYZ 18.51 25.11 42.9 -
YUV 108.25 163.97 50.79 -
System Red Green Blue C M Y K H S L
Decimal 0 151 172 1 0.12 0 0.33 187.33 1 0.34
Hex 0 97 AC 64 C 0 21 BB 64 22
Octal 0 227 254 144 14 0 41 273 144 42
Binary 0 10010111 10101100 1100100 1100 0 100001 10111011 1100100 100010

Color Harmonies of #0097AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0097AC

Black with #0097AC

Text Example


Text Example

White with #0097AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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