#10A0BB

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

Shades of Pacific Blue #10A0BB

Tints of Pacific Blue #10A0BB

Color information

#10A0BB (or 0x10A0BB) is unknown color: approx Pacific Blue. HEX triplet: 10, A0 and BB. RGB value is (16,160,187). Sum of RGB (Red+Green+Blue) = 16+160+187=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #10A0BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A0BB is #EF5F44. Grayscale: #777777. Windows color (decimal): -15687493 or 12296208. OLE color: 12296208.

HSL color Cylindrical-coordinate representation of color #10A0BB: hue angle of 189.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A0BB is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16160187-
CMYK0.910.1400.27
HSL189.47º84.24%39.8%-
HSV(B)189.47º91.44%73.33%-
XYZ21.7528.8451.43-
YUV120.02165.7953.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.41%
GREEN value IS 160 (62.89% from 255) = 44.08%
BLUE value IS 187 (73.44% from 255) = 51.52%
R=4.41%
G=44.08%
B=51.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161601870.910.1400.27189.4784.2439.8
Hex10A0BB5BE01Bbd5428
Octal202402731331603327512450
Binary10000101000001011101110110111110011011101111011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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