#0996A8

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

Shades of Bondi Blue #0996A8

Tints of Bondi Blue #0996A8

Color information

#0996A8 (or 0x0996A8) is unknown color: approx Bondi Blue. HEX triplet: 09, 96 and A8. RGB value is (9,150,168). Sum of RGB (Red+Green+Blue) = 9+150+168=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 168 (66.02% from 255 or 51.38% from 327); Max value from RGB is 168 - color contains mainly: blue. Hex color #0996A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0996A8 is #F66957. Grayscale: #6D6D6D. Windows color (decimal): -16148824 or 11048457. OLE color: 11048457.

HSL color Cylindrical-coordinate representation of color #0996A8: hue angle of 186.79º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0996A8 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9150168-
CMYK0.950.1100.34
HSL186.79º89.83%34.71%-
HSV(B)186.79º94.64%65.88%-
XYZ18.0924.740.86-
YUV109.89160.7956.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.75%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 168 (66.02% from 255) = 51.38%
R=2.75%
G=45.87%
B=51.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal91501680.950.1100.34186.7989.8334.71
Hex996A85FB022bb5a23
Octal112262501371304227313243
Binary10011001011010101000101111110110100010101110111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0996A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0996A8; }

 p { color: rgb(9,150,168); }

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

<style>
 a { background-color: #0996A8; }

 a { background-color: rgb(9,150,168); }

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

<style>
 span { border-color: #0996A8; }

 span { border-color: rgb(9,150,168); }

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