#10A0B3

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

Shades of Bondi Blue #10A0B3

Tints of Bondi Blue #10A0B3

Color information

#10A0B3 (or 0x10A0B3) is unknown color: approx Bondi Blue. HEX triplet: 10, A0 and B3. RGB value is (16,160,179). Sum of RGB (Red+Green+Blue) = 16+160+179=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #10A0B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A0B3 is #EF5F4C. Grayscale: #767676. Windows color (decimal): -15687501 or 11771920. OLE color: 11771920.

HSL color Cylindrical-coordinate representation of color #10A0B3: hue angle of 186.99º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A0B3 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16160179-
CMYK0.910.1100.30
HSL186.99º83.59%38.24%-
HSV(B)186.99º91.06%70.2%-
XYZ20.9228.5147.05-
YUV119.11161.7954.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.51%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 179 (70.31% from 255) = 50.42%
R=4.51%
G=45.07%
B=50.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161601790.910.1100.30186.9983.5938.24
Hex10A0B35BB01Ebb5426
Octal202402631331303627312446
Binary10000101000001011001110110111011011110101110111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A0B3; }

 p { color: rgb(16,160,179); }

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

<style>
 a { background-color: #10A0B3; }

 a { background-color: rgb(16,160,179); }

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

<style>
 span { border-color: #10A0B3; }

 span { border-color: rgb(16,160,179); }

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