Html Css Color HEX #0899AC Bondi Blue

📋 copy color: '#0899AC'

red 8 ◦ green 153 ◦ blue 172

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

Shades of Bondi Blue #0899AC

Tints of Bondi Blue #0899AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 2.4%
G = 45.95%
B = 51.65%

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

#0899AC (or 0x0899AC) is known color: Bondi Blue. HEX triplet: 08, 99 and AC. RGB value is (8,153,172). Sum of RGB (Red+Green+Blue) = 8+153+172=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #0899AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0899AC is #F76653. Grayscale: #6F6F6F. Windows color (decimal): -16213588 or 11311368. OLE color: 11311368.

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

Color convert

RGB 8 153 172 -
CMYK 0.95 0.11 0 0.33
HSL 186.95º 0.91% 0.35% -
HSV(B) 186.95º 0.95% 0.67% -
XYZ 18.94 25.81 43.01 -
YUV 111.81 161.96 53.96 -
System Red Green Blue C M Y K H S L
Decimal 8 153 172 0.95 0.11 0 0.33 186.95 0.91 0.35
Hex 8 99 AC 5F B 0 21 BB 5B 23
Octal 10 231 254 137 13 0 41 273 133 43
Binary 1000 10011001 10101100 1011111 1011 0 100001 10111011 1011011 100011

Color Harmonies of #0899AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0899AC

Black with #0899AC

Text Example


Text Example

White with #0899AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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