Html Css Color HEX #10A6DB Pacific Blue

📋 copy color: '#10A6DB'

red 16 ◦ green 166 ◦ blue 219

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

Shades of Pacific Blue #10A6DB

Tints of Pacific Blue #10A6DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 3.99%
G = 41.4%
B = 54.61%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10A6DB (or 0x10A6DB) is known color: Pacific Blue. HEX triplet: 10, A6 and DB. RGB value is (16,166,219). Sum of RGB (Red+Green+Blue) = 16+166+219=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #10A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A6DB is #EF5924. Grayscale: #7E7E7E. Windows color (decimal): -15685925 or 14394896. OLE color: 14394896.

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

Color convert

RGB 16 166 219 -
CMYK 0.93 0.24 0 0.14
HSL 195.67º 0.86% 0.46% -
HSV(B) 195.67º 0.93% 0.86% -
XYZ 26.64 32.5 71.89 -
YUV 127.19 179.81 48.69 -
System Red Green Blue C M Y K H S L
Decimal 16 166 219 0.93 0.24 0 0.14 195.67 0.86 0.46
Hex 10 A6 DB 5D 18 0 E C4 56 2E
Octal 20 246 333 135 30 0 16 304 126 56
Binary 10000 10100110 11011011 1011101 11000 0 1110 11000100 1010110 101110

Color Harmonies of #10A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A6DB

Black with #10A6DB

Text Example


Text Example

White with #10A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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