#10A3E5

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

Shades of Pacific Blue #10A3E5

Tints of Pacific Blue #10A3E5

Color information

#10A3E5 (or 0x10A3E5) is unknown color: approx Pacific Blue. HEX triplet: 10, A3 and E5. RGB value is (16,163,229). Sum of RGB (Red+Green+Blue) = 16+163+229=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #10A3E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A3E5 is #EF5C1A. Grayscale: #7E7E7E. Windows color (decimal): -15686683 or 15049488. OLE color: 15049488.

HSL color Cylindrical-coordinate representation of color #10A3E5: hue angle of 198.59º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A3E5 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16163229-
CMYK0.930.2900.10
HSL198.59º86.94%48.04%-
HSV(B)198.59º93.01%89.8%-
XYZ27.4531.9678.85-
YUV126.57185.849.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.92%
GREEN value IS 163 (64.06% from 255) = 39.95%
BLUE value IS 229 (89.84% from 255) = 56.13%
R=3.92%
G=39.95%
B=56.13%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal161632290.930.2900.10198.5986.9448.04
Hex10A3E55D1D0Ac75730
Octal202433451353501230712760
Binary10000101000111110010110111011110101010110001111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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