#10A4BB

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

Shades of Pacific Blue #10A4BB

Tints of Pacific Blue #10A4BB

Color information

#10A4BB (or 0x10A4BB) is unknown color: approx Pacific Blue. HEX triplet: 10, A4 and BB. RGB value is (16,164,187). Sum of RGB (Red+Green+Blue) = 16+164+187=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #10A4BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A4BB is #EF5B44. Grayscale: #7A7A7A. Windows color (decimal): -15686469 or 12297232. OLE color: 12297232.

HSL color Cylindrical-coordinate representation of color #10A4BB: hue angle of 188.07º 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 #10A4BB is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16164187-
CMYK0.910.1200.27
HSL188.07º84.24%39.8%-
HSV(B)188.07º91.44%73.33%-
XYZ22.4630.2551.67-
YUV122.37164.4752.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.36%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=4.36%
G=44.69%
B=50.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161641870.910.1200.27188.0784.2439.8
Hex10A4BB5BC01Bbc5428
Octal202442731331403327412450
Binary10000101001001011101110110111100011011101111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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