#0A91AB

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

Shades of Bondi Blue #0A91AB

Tints of Bondi Blue #0A91AB

Color information

#0A91AB (or 0x0A91AB) is unknown color: approx Bondi Blue. HEX triplet: 0A, 91 and AB. RGB value is (10,145,171). Sum of RGB (Red+Green+Blue) = 10+145+171=326 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.07% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A91AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A91AB is #F56E54. Grayscale: #6B6B6B. Windows color (decimal): -16084565 or 11243786. OLE color: 11243786.

HSL color Cylindrical-coordinate representation of color #0A91AB: hue angle of 189.69º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A91AB is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10145171-
CMYK0.940.1500.33
HSL189.69º88.95%35.49%-
HSV(B)189.69º94.15%67.06%-
XYZ17.623.2642.09-
YUV107.6163.7758.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.07%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=3.07%
G=44.48%
B=52.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101451710.940.1500.33189.6988.9535.49
HexA91AB5EF021be5923
Octal122212531361704127613143
Binary10101001000110101011101111011110100001101111101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A91AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A91AB; }

 p { color: rgb(10,145,171); }

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

<style>
 a { background-color: #0A91AB; }

 a { background-color: rgb(10,145,171); }

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

<style>
 span { border-color: #0A91AB; }

 span { border-color: rgb(10,145,171); }

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