#0A8ABF

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

Shades of Bondi Blue #0A8ABF

Tints of Bondi Blue #0A8ABF

Color information

#0A8ABF (or 0x0A8ABF) is unknown color: approx Bondi Blue. HEX triplet: 0A, 8A and BF. RGB value is (10,138,191). Sum of RGB (Red+Green+Blue) = 10+138+191=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A8ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8ABF is #F57540. Grayscale: #696969. Windows color (decimal): -16086337 or 12552714. OLE color: 12552714.

HSL color Cylindrical-coordinate representation of color #0A8ABF: hue angle of 197.57º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8ABF is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10138191-
CMYK0.950.2800.25
HSL197.57º90.05%39.41%-
HSV(B)197.57º94.76%74.9%-
XYZ18.622252.56-
YUV105.77176.0959.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.95%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 191 (75% from 255) = 56.34%
R=2.95%
G=40.71%
B=56.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101381910.950.2800.25197.5790.0539.41
HexA8ABF5F1C019c65a27
Octal122122771373403130613247
Binary10101000101010111111101111111100011001110001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,138,191); }

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

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

 a { background-color: rgb(10,138,191); }

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

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

 span { border-color: rgb(10,138,191); }

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