Html Css Color HEX #0097AA Bondi Blue

📋 copy color: '#0097AA'

red 0 ◦ green 151 ◦ blue 170

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

Shades of Bondi Blue #0097AA

Tints of Bondi Blue #0097AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 0%
G = 47.04%
B = 52.96%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0097AA (or 0x0097AA) is known color: Bondi Blue. HEX triplet: 00, 97 and AA. RGB value is (0,151,170). Sum of RGB (Red+Green+Blue) = 0+151+170=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #0097AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0097AA is #FF6855. Grayscale: #6B6B6B. Windows color (decimal): -16738390 or 11179776. OLE color: 11179776.

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

Color convert

RGB 0 151 170 -
CMYK 1 0.11 0 0.33
HSL 186.71º 1% 0.33% -
HSV(B) 186.71º 1% 0.67% -
XYZ 18.32 25.04 41.9 -
YUV 108.02 162.97 50.96 -
System Red Green Blue C M Y K H S L
Decimal 0 151 170 1 0.11 0 0.33 186.71 1 0.33
Hex 0 97 AA 64 B 0 21 BB 64 21
Octal 0 227 252 144 13 0 41 273 144 41
Binary 0 10010111 10101010 1100100 1011 0 100001 10111011 1100100 100001

Color Harmonies of #0097AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0097AA

Black with #0097AA

Text Example


Text Example

White with #0097AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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