#0A93AC

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

Shades of Bondi Blue #0A93AC

Tints of Bondi Blue #0A93AC

Color information

#0A93AC (or 0x0A93AC) is unknown color: approx Bondi Blue. HEX triplet: 0A, 93 and AC. RGB value is (10,147,172). Sum of RGB (Red+Green+Blue) = 10+147+172=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A93AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A93AC is #F56C53. Grayscale: #6C6C6C. Windows color (decimal): -16084052 or 11309834. OLE color: 11309834.

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

Color convert

RGB10147172-
CMYK0.940.1500.33
HSL189.26º89.01%35.69%-
HSV(B)189.26º94.19%67.45%-
XYZ18.0123.9142.7-
YUV108.89163.6157.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.04%
GREEN value IS 147 (57.81% from 255) = 44.68%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=3.04%
G=44.68%
B=52.28%

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
Decimal101471720.940.1500.33189.2689.0135.69
HexA93AC5EF021bd5924
Octal122232541361704127513144
Binary10101001001110101100101111011110100001101111011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,147,172); }

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

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

 a { background-color: rgb(10,147,172); }

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

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

 span { border-color: rgb(10,147,172); }

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