#0096B1

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

Shades of Bondi Blue #0096B1

Tints of Bondi Blue #0096B1

Color information

#0096B1 (or 0x0096B1) is unknown color: approx Bondi Blue. HEX triplet: 00, 96 and B1. RGB value is (0,150,177). Sum of RGB (Red+Green+Blue) = 0+150+177=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #0096B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0096B1 is #FF694E. Grayscale: #6B6B6B. Windows color (decimal): -16738639 or 11638272. OLE color: 11638272.

HSL color Cylindrical-coordinate representation of color #0096B1: hue angle of 189.15º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096B1 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0150177-
CMYK10.1500.31
HSL189.15º100%34.71%-
HSV(B)189.15º100%69.41%-
XYZ18.8424.9945.42-
YUV108.23166.850.8-

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) = 45.87%
BLUE value IS 177 (69.53% from 255) = 54.13%
R=0%
G=45.87%
B=54.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal015017710.1500.31189.1510034.71
Hex096B164F01Fbd6423
Octal02262611441703727514443
Binary0100101101011000111001001111011111101111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0096B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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