Html Css Color HEX #0897A8 Bondi Blue

📋 copy color: '#0897A8'

red 8 ◦ green 151 ◦ blue 168

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

Shades of Bondi Blue #0897A8

Tints of Bondi Blue #0897A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 51.38%

R = 2.45%
G = 46.18%
B = 51.38%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0897A8 (or 0x0897A8) is known color: Bondi Blue. HEX triplet: 08, 97 and A8. RGB value is (8,151,168). Sum of RGB (Red+Green+Blue) = 8+151+168=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #0897A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0897A8 is #F76857. Grayscale: #6D6D6D. Windows color (decimal): -16214104 or 11048712. OLE color: 11048712.

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

Color convert

RGB 8 151 168 -
CMYK 0.95 0.10 0 0.34
HSL 186.38º 0.91% 0.35% -
HSV(B) 186.38º 0.95% 0.66% -
XYZ 18.23 25.01 40.91 -
YUV 110.18 160.62 55.12 -
System Red Green Blue C M Y K H S L
Decimal 8 151 168 0.95 0.10 0 0.34 186.38 0.91 0.35
Hex 8 97 A8 5F A 0 22 BA 5B 23
Octal 10 227 250 137 12 0 42 272 133 43
Binary 1000 10010111 10101000 1011111 1010 0 100010 10111010 1011011 100011

Color Harmonies of #0897A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0897A8

Black with #0897A8

Text Example


Text Example

White with #0897A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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