#10A1C9

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

Shades of Pacific Blue #10A1C9

Tints of Pacific Blue #10A1C9

Color information

#10A1C9 (or 0x10A1C9) is unknown color: approx Pacific Blue. HEX triplet: 10, A1 and C9. RGB value is (16,161,201). Sum of RGB (Red+Green+Blue) = 16+161+201=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #10A1C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A1C9 is #EF5E36. Grayscale: #797979. Windows color (decimal): -15687223 or 13213968. OLE color: 13213968.

HSL color Cylindrical-coordinate representation of color #10A1C9: hue angle of 192.97º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A1C9 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16161201-
CMYK0.920.2000.21
HSL192.97º85.25%42.55%-
HSV(B)192.97º92.04%78.82%-
XYZ23.529.8259.77-
YUV122.2172.4652.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.23%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 201 (78.91% from 255) = 53.17%
R=4.23%
G=42.59%
B=53.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161612010.920.2000.21192.9785.2542.55
Hex10A1C95C14015c1552b
Octal202413111342402530112553
Binary100001010000111001001101110010100010101110000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,161,201); }

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

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

 a { background-color: rgb(16,161,201); }

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

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

 span { border-color: rgb(16,161,201); }

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