#0A8FB4

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

Shades of Bondi Blue #0A8FB4

Tints of Bondi Blue #0A8FB4

Color information

#0A8FB4 (or 0x0A8FB4) is unknown color: approx Bondi Blue. HEX triplet: 0A, 8F and B4. RGB value is (10,143,180). Sum of RGB (Red+Green+Blue) = 10+143+180=333 (44% of max value = 765). Red value is 10 (4.30% from 255 or 3.00% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #0A8FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8FB4 is #F5704B. Grayscale: #6B6B6B. Windows color (decimal): -16085068 or 11833098. OLE color: 11833098.

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

Color convert

RGB10143180-
CMYK0.940.2100.29
HSL193.06º89.47%37.25%-
HSV(B)193.06º94.44%70.59%-
XYZ18.192346.66-
YUV107.45168.9458.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.00%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 180 (70.70% from 255) = 54.05%
R=3.00%
G=42.94%
B=54.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101431800.940.2100.29193.0689.4737.25
HexA8FB45E1501Dc15925
Octal122172641362503530113145
Binary10101000111110110100101111010101011101110000011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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