Html Css Color HEX #0897AA Bondi Blue

📋 copy color: '#0897AA'

red 8 ◦ green 151 ◦ blue 170

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

Shades of Bondi Blue #0897AA

Tints of Bondi Blue #0897AA

RGB

 RED value IS 8 (3.52% from 255) = 2.43%

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

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

R = 2.43%
G = 45.9%
B = 51.67%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0897AA (or 0x0897AA) is known color: Bondi Blue. HEX triplet: 08, 97 and AA. RGB value is (8,151,170). Sum of RGB (Red+Green+Blue) = 8+151+170=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #0897AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0897AA is #F76855. Grayscale: #6E6E6E. Windows color (decimal): -16214102 or 11179784. OLE color: 11179784.

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

Color convert

RGB 8 151 170 -
CMYK 0.95 0.11 0 0.33
HSL 187.04º 0.91% 0.35% -
HSV(B) 187.04º 0.95% 0.67% -
XYZ 18.42 25.09 41.9 -
YUV 110.41 161.62 54.96 -
System Red Green Blue C M Y K H S L
Decimal 8 151 170 0.95 0.11 0 0.33 187.04 0.91 0.35
Hex 8 97 AA 5F B 0 21 BB 5B 23
Octal 10 227 252 137 13 0 41 273 133 43
Binary 1000 10010111 10101010 1011111 1011 0 100001 10111011 1011011 100011

Color Harmonies of #0897AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0897AA

Black with #0897AA

Text Example


Text Example

White with #0897AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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