Html Css Color HEX #0899AA Bondi Blue

📋 copy color: '#0899AA'

red 8 ◦ green 153 ◦ blue 170

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

Shades of Bondi Blue #0899AA

Tints of Bondi Blue #0899AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

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

R = 2.42%
G = 46.22%
B = 51.36%

CMYK

 C value IS 0.95

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0899AA (or 0x0899AA) is known color: Bondi Blue. HEX triplet: 08, 99 and AA. RGB value is (8,153,170). Sum of RGB (Red+Green+Blue) = 8+153+170=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #0899AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0899AA is #F76655. Grayscale: #6F6F6F. Windows color (decimal): -16213590 or 11180296. OLE color: 11180296.

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

Color convert

RGB 8 153 170 -
CMYK 0.95 0.1 0 0.33
HSL 186.3º 0.91% 0.35% -
HSV(B) 186.3º 0.95% 0.67% -
XYZ 18.75 25.74 42.01 -
YUV 111.58 160.96 54.12 -
System Red Green Blue C M Y K H S L
Decimal 8 153 170 0.95 0.1 0 0.33 186.3 0.91 0.35
Hex 8 99 AA 5F A 0 21 BA 5B 23
Octal 10 231 252 137 12 0 41 272 133 43
Binary 1000 10011001 10101010 1011111 1010 0 100001 10111010 1011011 100011

Color Harmonies of #0899AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0899AA

Black with #0899AA

Text Example


Text Example

White with #0899AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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