#10A3D1

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

Shades of Pacific Blue #10A3D1

Tints of Pacific Blue #10A3D1

Color information

#10A3D1 (or 0x10A3D1) is unknown color: approx Pacific Blue. HEX triplet: 10, A3 and D1. RGB value is (16,163,209). Sum of RGB (Red+Green+Blue) = 16+163+209=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #10A3D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A3D1 is #EF5C2E. Grayscale: #7B7B7B. Windows color (decimal): -15686703 or 13738768. OLE color: 13738768.

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

Color convert

RGB16163209-
CMYK0.920.2200.18
HSL194.3º85.78%44.12%-
HSV(B)194.3º92.34%81.96%-
XYZ24.8230.9164.98-
YUV124.29175.850.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.12%
GREEN value IS 163 (64.06% from 255) = 42.01%
BLUE value IS 209 (82.03% from 255) = 53.87%
R=4.12%
G=42.01%
B=53.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161632090.920.2200.18194.385.7844.12
Hex10A3D15C16012c2562c
Octal202433211342602230212654
Binary100001010001111010001101110010110010010110000101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,163,209); }

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

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

 a { background-color: rgb(16,163,209); }

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

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

 span { border-color: rgb(16,163,209); }

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