#0896AA

Color #0896AA Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0896AA

Tints of Bondi Blue #0896AA

Color information

#0896AA (or 0x0896AA) is unknown color: approx 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

RGB8150170-
CMYK0.950.1200.33
HSL187.41º91.01%34.9%-
HSV(B)187.41º95.29%66.67%-
XYZ18.2624.7741.85-
YUV109.82161.9655.37-

RGB Variations

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

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.80% from 255) = 51.83%
R=2.44%
G=45.73%
B=51.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81501700.950.1200.33187.4191.0134.9
Hex896AA5FC021bb5b23
Octal102262521371404127313343
Binary10001001011010101010101111111000100001101110111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0896AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>