#0096ab

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

Shades of Bondi Blue #0096AB

Tints of Bondi Blue #0096AB

Color information

#0096AB (or 0x0096AB) is unknown color: approx Bondi Blue. HEX triplet: 00, 96 and AB. RGB value is (0,150,171). Sum of RGB (Red+Green+Blue) = 0+150+171=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #0096AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0096AB is #FF6954. Grayscale: #6B6B6B. Windows color (decimal): -16738645 or 11245056. OLE color: 11245056.

HSL color Cylindrical-coordinate representation of color #0096AB: hue angle of 187.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096AB is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB0150171-
CMYK10.1200.33
HSL187.37º100%33.53%-
HSV(B)187.37º100%67.06%-
XYZ18.2624.7542.34-
YUV107.54163.851.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 150 (58.98% from 255) = 46.73%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=0%
G=46.73%
B=53.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal015017110.1200.33187.3710033.53
Hex096AB64C021bb6422
Octal02262531441404127314442
Binary01001011010101011110010011000100001101110111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0096ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0096ab; }

 p { color: rgb(0,150,171); }

 H1.HeaderClassName
 {
   color: #0096ab;
 }
 .AnyTagClassName
 {
   color: #0096ab;
 }
</style>
background-color css

<style>
 a { background-color: #0096ab; }

 a { background-color: rgb(0,150,171); }

 div.DivClassName
 {
   background-color: #0096ab;
 }
 .BgClassName
 {
   background-color: #0096ab;
 }
</style>
border-color css

<style>
 span { border-color: #0096ab; }

 span { border-color: rgb(0,150,171); }

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