#0A8FAE

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

Shades of Bondi Blue #0A8FAE

Tints of Bondi Blue #0A8FAE

Color information

#0A8FAE (or 0x0A8FAE) is unknown color: approx Bondi Blue. HEX triplet: 0A, 8F and AE. RGB value is (10,143,174). Sum of RGB (Red+Green+Blue) = 10+143+174=327 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.06% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #0A8FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8FAE is #F57051. Grayscale: #6A6A6A. Windows color (decimal): -16085074 or 11439882. OLE color: 11439882.

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

Color convert

RGB10143174-
CMYK0.940.1800.32
HSL191.34º89.13%36.08%-
HSV(B)191.34º94.25%68.24%-
XYZ17.5922.7743.51-
YUV106.77165.9458.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.06%
GREEN value IS 143 (56.25% from 255) = 43.73%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=3.06%
G=43.73%
B=53.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101431740.940.1800.32191.3489.1336.08
HexA8FAE5E12020bf5924
Octal122172561362204027713144
Binary101010001111101011101011110100100100000101111111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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