Html Css Color HEX #0897AB Bondi Blue

📋 copy color: '#0897AB'

red 8 ◦ green 151 ◦ blue 171

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

Shades of Bondi Blue #0897AB

Tints of Bondi Blue #0897AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 2.42%
G = 45.76%
B = 51.82%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0897AB (or 0x0897AB) is known color: Bondi Blue. HEX triplet: 08, 97 and AB. RGB value is (8,151,171). Sum of RGB (Red+Green+Blue) = 8+151+171=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #0897AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0897AB is #F76854. Grayscale: #6E6E6E. Windows color (decimal): -16214101 or 11245320. OLE color: 11245320.

HSL color Cylindrical-coordinate representation of color #0897AB: hue angle of 187.36º 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 #0897AB is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 151 171 -
CMYK 0.95 0.12 0 0.33
HSL 187.36º 0.91% 0.35% -
HSV(B) 187.36º 0.95% 0.67% -
XYZ 18.52 25.13 42.4 -
YUV 110.52 162.12 54.87 -
System Red Green Blue C M Y K H S L
Decimal 8 151 171 0.95 0.12 0 0.33 187.36 0.91 0.35
Hex 8 97 AB 5F C 0 21 BB 5B 23
Octal 10 227 253 137 14 0 41 273 133 43
Binary 1000 10010111 10101011 1011111 1100 0 100001 10111011 1011011 100011

Color Harmonies of #0897AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0897AB

Black with #0897AB

Text Example


Text Example

White with #0897AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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