#0A8DB3

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

Shades of Bondi Blue #0A8DB3

Tints of Bondi Blue #0A8DB3

Color information

#0A8DB3 (or 0x0A8DB3) is unknown color: approx Bondi Blue. HEX triplet: 0A, 8D and B3. RGB value is (10,141,179). Sum of RGB (Red+Green+Blue) = 10+141+179=330 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.03% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 179 (70.31% from 255 or 54.24% from 330); Max value from RGB is 179 - color contains mainly: blue. Hex color #0A8DB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8DB3 is #F5724C. Grayscale: #696969. Windows color (decimal): -16085581 or 11767050. OLE color: 11767050.

HSL color Cylindrical-coordinate representation of color #0A8DB3: hue angle of 193.49º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8DB3 is Cyan = 0.94, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10141179-
CMYK0.940.2100.30
HSL193.49º89.42%37.06%-
HSV(B)193.49º94.41%70.2%-
XYZ17.7922.3746.03-
YUV106.16169.159.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.03%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 179 (70.31% from 255) = 54.24%
R=3.03%
G=42.73%
B=54.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101411790.940.2100.30193.4989.4237.06
HexA8DB35E1501Ec15925
Octal122152631362503630113145
Binary10101000110110110011101111010101011110110000011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,141,179); }

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

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

 a { background-color: rgb(10,141,179); }

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

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

 span { border-color: rgb(10,141,179); }

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