#0096BA

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

Shades of Bondi Blue #0096BA

Tints of Bondi Blue #0096BA

Color information

#0096BA (or 0x0096BA) is unknown color: approx Bondi Blue. HEX triplet: 00, 96 and BA. RGB value is (0,150,186). Sum of RGB (Red+Green+Blue) = 0+150+186=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #0096BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0096BA is #FF6945. Grayscale: #6C6C6C. Windows color (decimal): -16738630 or 12228096. OLE color: 12228096.

HSL color Cylindrical-coordinate representation of color #0096BA: hue angle of 191.61º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096BA is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0150186-
CMYK10.1900.27
HSL191.61º100%36.47%-
HSV(B)191.61º100%72.94%-
XYZ19.7725.3650.31-
YUV109.25171.350.07-

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) = 44.64%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=0%
G=44.64%
B=55.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal015018610.1900.27191.6110036.47
Hex096BA641301Bc06424
Octal02262721442303330014444
Binary01001011010111010110010010011011011110000001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0096BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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