#10A5B6

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

Shades of Bondi Blue #10A5B6

Tints of Bondi Blue #10A5B6

Color information

#10A5B6 (or 0x10A5B6) is unknown color: approx Bondi Blue. HEX triplet: 10, A5 and B6. RGB value is (16,165,182). Sum of RGB (Red+Green+Blue) = 16+165+182=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #10A5B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A5B6 is #EF5A49. Grayscale: #7A7A7A. Windows color (decimal): -15686218 or 11969808. OLE color: 11969808.

HSL color Cylindrical-coordinate representation of color #10A5B6: hue angle of 186.14º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A5B6 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16165182-
CMYK0.910.0900.29
HSL186.14º83.84%38.82%-
HSV(B)186.14º91.21%71.37%-
XYZ22.1130.448.96-
YUV122.39161.6452.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.41%
GREEN value IS 165 (64.84% from 255) = 45.45%
BLUE value IS 182 (71.48% from 255) = 50.14%
R=4.41%
G=45.45%
B=50.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161651820.910.0900.29186.1483.8438.82
Hex10A5B65B901Dba5427
Octal202452661331103527212447
Binary10000101001011011011010110111001011101101110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,165,182); }

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

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

 a { background-color: rgb(16,165,182); }

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

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

 span { border-color: rgb(16,165,182); }

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