#10A0CF

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

Shades of Pacific Blue #10A0CF

Tints of Pacific Blue #10A0CF

Color information

#10A0CF (or 0x10A0CF) is unknown color: approx Pacific Blue. HEX triplet: 10, A0 and CF. RGB value is (16,160,207). Sum of RGB (Red+Green+Blue) = 16+160+207=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #10A0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A0CF is #EF5F30. Grayscale: #797979. Windows color (decimal): -15687473 or 13606928. OLE color: 13606928.

HSL color Cylindrical-coordinate representation of color #10A0CF: hue angle of 194.76º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10A0CF is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16160207-
CMYK0.920.2300.19
HSL194.76º85.65%43.73%-
HSV(B)194.76º92.27%81.18%-
XYZ24.0529.7663.51-
YUV122.3175.7952.18-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.18%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 207 (81.25% from 255) = 54.05%
R=4.18%
G=41.78%
B=54.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161602070.920.2300.19194.7685.6543.73
Hex10A0CF5C17013c3562c
Octal202403171342702330312654
Binary100001010000011001111101110010111010011110000111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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