#0A8FAA

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

Shades of Bondi Blue #0A8FAA

Tints of Bondi Blue #0A8FAA

Color information

#0A8FAA (or 0x0A8FAA) is unknown color: approx Bondi Blue. HEX triplet: 0A, 8F and AA. RGB value is (10,143,170). Sum of RGB (Red+Green+Blue) = 10+143+170=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A8FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8FAA is #F57055. Grayscale: #6A6A6A. Windows color (decimal): -16085078 or 11177738. OLE color: 11177738.

HSL color Cylindrical-coordinate representation of color #0A8FAA: hue angle of 190.12º 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 #0A8FAA is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10143170-
CMYK0.940.1600.33
HSL190.12º88.89%35.29%-
HSV(B)190.12º94.12%66.67%-
XYZ17.222.6141.49-
YUV106.31163.9459.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.10%
GREEN value IS 143 (56.25% from 255) = 44.27%
BLUE value IS 170 (66.80% from 255) = 52.63%
R=3.10%
G=44.27%
B=52.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101431700.940.1600.33190.1288.8935.29
HexA8FAA5E10021be5923
Octal122172521362004127613143
Binary101010001111101010101011110100000100001101111101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,143,170); }

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

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

 a { background-color: rgb(10,143,170); }

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

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

 span { border-color: rgb(10,143,170); }

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