#0a93ad

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

Shades of Bondi Blue #0A93AD

Tints of Bondi Blue #0A93AD

Color information

#0A93AD (or 0x0A93AD) is unknown color: approx Bondi Blue. HEX triplet: 0A, 93 and AD. RGB value is (10,147,173). Sum of RGB (Red+Green+Blue) = 10+147+173=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A93AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A93AD is #F56C52. Grayscale: #6C6C6C. Windows color (decimal): -16084051 or 11375370. OLE color: 11375370.

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

Color convert

RGB10147173-
CMYK0.940.1500.32
HSL189.57º89.07%35.88%-
HSV(B)189.57º94.22%67.84%-
XYZ18.123.9543.2-
YUV109164.1157.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.03%
GREEN value IS 147 (57.81% from 255) = 44.55%
BLUE value IS 173 (67.97% from 255) = 52.42%
R=3.03%
G=44.55%
B=52.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101471730.940.1500.32189.5789.0735.88
HexA93AD5EF020be5924
Octal122232551361704027613144
Binary10101001001110101101101111011110100000101111101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a93ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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