#0A87BE

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

Shades of Bondi Blue #0A87BE

Tints of Bondi Blue #0A87BE

Color information

#0A87BE (or 0x0A87BE) is unknown color: approx Bondi Blue. HEX triplet: 0A, 87 and BE. RGB value is (10,135,190). Sum of RGB (Red+Green+Blue) = 10+135+190=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A87BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A87BE is #F57841. Grayscale: #676767. Windows color (decimal): -16087106 or 12486410. OLE color: 12486410.

HSL color Cylindrical-coordinate representation of color #0A87BE: hue angle of 198.33º 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 #0A87BE is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10135190-
CMYK0.950.2900.25
HSL198.33º90%39.22%-
HSV(B)198.33º94.74%74.51%-
XYZ18.0821.1151.84-
YUV103.89176.5961.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.99%
GREEN value IS 135 (53.12% from 255) = 40.30%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=2.99%
G=40.30%
B=56.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101351900.950.2900.25198.339039.22
HexA87BE5F1D019c65a27
Octal122072761373503130613247
Binary10101000011110111110101111111101011001110001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,135,190); }

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

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

 a { background-color: rgb(10,135,190); }

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

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

 span { border-color: rgb(10,135,190); }

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