#0997AB

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

Shades of Bondi Blue #0997AB

Tints of Bondi Blue #0997AB

Color information

#0997AB (or 0x0997AB) is unknown color: approx Bondi Blue. HEX triplet: 09, 97 and AB. RGB value is (9,151,171). Sum of RGB (Red+Green+Blue) = 9+151+171=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #0997AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0997AB is #F66854. Grayscale: #6E6E6E. Windows color (decimal): -16148565 or 11245321. OLE color: 11245321.

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

Color convert

RGB9151171-
CMYK0.950.1200.33
HSL187.41º90%35.29%-
HSV(B)187.41º94.74%67.06%-
XYZ18.5325.1342.4-
YUV110.82161.9655.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.72%
GREEN value IS 151 (59.38% from 255) = 45.62%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=2.72%
G=45.62%
B=51.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91511710.950.1200.33187.419035.29
Hex997AB5FC021bb5a23
Octal112272531371404127313243
Binary10011001011110101011101111111000100001101110111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0997AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0997AB; }

 p { color: rgb(9,151,171); }

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

<style>
 a { background-color: #0997AB; }

 a { background-color: rgb(9,151,171); }

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

<style>
 span { border-color: #0997AB; }

 span { border-color: rgb(9,151,171); }

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