#0A8EC0

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

Shades of Bondi Blue #0A8EC0

Tints of Bondi Blue #0A8EC0

Color information

#0A8EC0 (or 0x0A8EC0) is unknown color: approx Bondi Blue. HEX triplet: 0A, 8E and C0. RGB value is (10,142,192). Sum of RGB (Red+Green+Blue) = 10+142+192=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #0A8EC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8EC0 is #F5713F. Grayscale: #6B6B6B. Windows color (decimal): -16085312 or 12619274. OLE color: 12619274.

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

Color convert

RGB10142192-
CMYK0.950.2600.25
HSL196.48º90.1%39.61%-
HSV(B)196.48º94.79%75.29%-
XYZ19.3123.2253.33-
YUV108.23175.2757.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.91%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 192 (75.39% from 255) = 55.81%
R=2.91%
G=41.28%
B=55.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101421920.950.2600.25196.4890.139.61
HexA8EC05F1A019c45a28
Octal122163001373203130413250
Binary10101000111011000000101111111010011001110001001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,142,192); }

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

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

 a { background-color: rgb(10,142,192); }

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

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

 span { border-color: rgb(10,142,192); }

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