#0A89BC

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

Shades of Bondi Blue #0A89BC

Tints of Bondi Blue #0A89BC

Color information

#0A89BC (or 0x0A89BC) is unknown color: approx Bondi Blue. HEX triplet: 0A, 89 and BC. RGB value is (10,137,188). Sum of RGB (Red+Green+Blue) = 10+137+188=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A89BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A89BC is #F57643. Grayscale: #686868. Windows color (decimal): -16086596 or 12355850. OLE color: 12355850.

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

Color convert

RGB10137188-
CMYK0.950.2700.26
HSL197.19º89.9%38.82%-
HSV(B)197.19º94.68%73.73%-
XYZ18.1521.5950.79-
YUV104.84174.9260.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.99%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 188 (73.83% from 255) = 56.12%
R=2.99%
G=40.90%
B=56.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101371880.950.2700.26197.1989.938.82
HexA89BC5F1B01Ac55a27
Octal122112741373303230513247
Binary10101000100110111100101111111011011010110001011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A89BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,137,188); }

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

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

 a { background-color: rgb(10,137,188); }

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

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

 span { border-color: rgb(10,137,188); }

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