#10A0C9

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

Shades of Pacific Blue #10A0C9

Tints of Pacific Blue #10A0C9

Color information

#10A0C9 (or 0x10A0C9) is unknown color: approx Pacific Blue. HEX triplet: 10, A0 and C9. RGB value is (16,160,201). Sum of RGB (Red+Green+Blue) = 16+160+201=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #10A0C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A0C9 is #EF5F36. Grayscale: #797979. Windows color (decimal): -15687479 or 13213712. OLE color: 13213712.

HSL color Cylindrical-coordinate representation of color #10A0C9: hue angle of 193.3º 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 #10A0C9 is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16160201-
CMYK0.920.2000.21
HSL193.3º85.25%42.55%-
HSV(B)193.3º92.04%78.82%-
XYZ23.3329.4759.72-
YUV121.62172.7952.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.24%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 201 (78.91% from 255) = 53.32%
R=4.24%
G=42.44%
B=53.32%

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
Decimal161602010.920.2000.21193.385.2542.55
Hex10A0C95C14015c1552b
Octal202403111342402530112553
Binary100001010000011001001101110010100010101110000011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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