Html Css Color HEX #0896AA Bondi Blue

📋 copy color: '#0896AA'

red 8 ◦ green 150 ◦ blue 170

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

Shades of Bondi Blue #0896AA

Tints of Bondi Blue #0896AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.73%

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

R = 2.44%
G = 45.73%
B = 51.83%

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

#0896AA (or 0x0896AA) is known color: Bondi Blue. HEX triplet: 08, 96 and AA. RGB value is (8,150,170). Sum of RGB (Red+Green+Blue) = 8+150+170=328 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.44% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #0896AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0896AA is #F76955. Grayscale: #6D6D6D. Windows color (decimal): -16214358 or 11179528. OLE color: 11179528.

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

Color convert

RGB 8 150 170 -
CMYK 0.95 0.12 0 0.33
HSL 187.41º 0.91% 0.35% -
HSV(B) 187.41º 0.95% 0.67% -
XYZ 18.26 24.77 41.85 -
YUV 109.82 161.96 55.37 -
System Red Green Blue C M Y K H S L
Decimal 8 150 170 0.95 0.12 0 0.33 187.41 0.91 0.35
Hex 8 96 AA 5F C 0 21 BB 5B 23
Octal 10 226 252 137 14 0 41 273 133 43
Binary 1000 10010110 10101010 1011111 1100 0 100001 10111011 1011011 100011

Color Harmonies of #0896AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0896AA

Black with #0896AA

Text Example


Text Example

White with #0896AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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