#10A6CD

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

Shades of Pacific Blue #10A6CD

Tints of Pacific Blue #10A6CD

Color information

#10A6CD (or 0x10A6CD) is unknown color: approx Pacific Blue. HEX triplet: 10, A6 and CD. RGB value is (16,166,205). Sum of RGB (Red+Green+Blue) = 16+166+205=387 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.13% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #10A6CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A6CD is #EF5932. Grayscale: #7D7D7D. Windows color (decimal): -15685939 or 13477392. OLE color: 13477392.

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

Color convert

RGB16166205-
CMYK0.920.1900.20
HSL192.38º85.52%43.33%-
HSV(B)192.38º92.2%80.39%-
XYZ24.8731.7962.58-
YUV125.6172.849.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.13%
GREEN value IS 166 (65.23% from 255) = 42.89%
BLUE value IS 205 (80.47% from 255) = 52.97%
R=4.13%
G=42.89%
B=52.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal161662050.920.1900.20192.3885.5243.33
Hex10A6CD5C13014c0562b
Octal202463151342302430012653
Binary100001010011011001101101110010011010100110000001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,166,205); }

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

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

 a { background-color: rgb(16,166,205); }

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

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

 span { border-color: rgb(16,166,205); }

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