Html Css Color HEX #0096A9 Bondi Blue

📋 copy color: '#0096A9'

red 0 ◦ green 150 ◦ blue 169

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

Shades of Bondi Blue #0096A9

Tints of Bondi Blue #0096A9

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 169 (66.41% from 255) = 52.98%

R = 0%
G = 47.02%
B = 52.98%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0096A9 (or 0x0096A9) is known color: Bondi Blue. HEX triplet: 00, 96 and A9. RGB value is (0,150,169). Sum of RGB (Red+Green+Blue) = 0+150+169=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #0096A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0096A9 is #FF6956. Grayscale: #6B6B6B. Windows color (decimal): -16738647 or 11113984. OLE color: 11113984.

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

Color convert

RGB 0 150 169 -
CMYK 1 0.11 0 0.34
HSL 186.75º 1% 0.33% -
HSV(B) 186.75º 1% 0.66% -
XYZ 18.07 24.68 41.35 -
YUV 107.32 162.81 51.46 -
System Red Green Blue C M Y K H S L
Decimal 0 150 169 1 0.11 0 0.34 186.75 1 0.33
Hex 0 96 A9 64 B 0 22 BB 64 21
Octal 0 226 251 144 13 0 42 273 144 41
Binary 0 10010110 10101001 1100100 1011 0 100010 10111011 1100100 100001

Color Harmonies of #0096A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096A9

Black with #0096A9

Text Example


Text Example

White with #0096A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0096A9;
 }
 .AnyTagClassName
 {
   color: #0096A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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