Html Css Color HEX #10A6DA Pacific Blue

📋 copy color: '#10A6DA'

red 16 ◦ green 166 ◦ blue 218

#10A6DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #10A6DA

Tints of Pacific Blue #10A6DA

RGB

 RED value IS 16 (6.64% from 255) = 4%

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 218 (85.55% from 255) = 54.5%

R = 4%
G = 41.5%
B = 54.5%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#10A6DA (or 0x10A6DA) is known color: Pacific Blue. HEX triplet: 10, A6 and DA. RGB value is (16,166,218). Sum of RGB (Red+Green+Blue) = 16+166+218=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #10A6DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A6DA is #EF5925. Grayscale: #7E7E7E. Windows color (decimal): -15685926 or 14329360. OLE color: 14329360.

HSL color Cylindrical-coordinate representation of color #10A6DA: hue angle of 195.45º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A6DA is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 166 218 -
CMYK 0.93 0.24 0 0.15
HSL 195.45º 0.86% 0.46% -
HSV(B) 195.45º 0.93% 0.85% -
XYZ 26.5 32.44 71.2 -
YUV 127.08 179.31 48.77 -
System Red Green Blue C M Y K H S L
Decimal 16 166 218 0.93 0.24 0 0.15 195.45 0.86 0.46
Hex 10 A6 DA 5D 18 0 F C3 56 2E
Octal 20 246 332 135 30 0 17 303 126 56
Binary 10000 10100110 11011010 1011101 11000 0 1111 11000011 1010110 101110

Color Harmonies of #10A6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A6DA

Black with #10A6DA

Text Example


Text Example

White with #10A6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10A6DA;
 }
 .AnyTagClassName
 {
   color: #10A6DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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