Html Css Color HEX #10A2DB Pacific Blue

📋 copy color: '#10A2DB'

red 16 ◦ green 162 ◦ blue 219

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

Shades of Pacific Blue #10A2DB

Tints of Pacific Blue #10A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

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

R = 4.03%
G = 40.81%
B = 55.16%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10A2DB (or 0x10A2DB) is known color: Pacific Blue. HEX triplet: 10, A2 and DB. RGB value is (16,162,219). Sum of RGB (Red+Green+Blue) = 16+162+219=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #10A2DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A2DB is #EF5D24. Grayscale: #7C7C7C. Windows color (decimal): -15686949 or 14393872. OLE color: 14393872.

HSL color Cylindrical-coordinate representation of color #10A2DB: hue angle of 196.85º 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 #10A2DB is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 162 219 -
CMYK 0.93 0.26 0 0.14
HSL 196.85º 0.86% 0.46% -
HSV(B) 196.85º 0.93% 0.86% -
XYZ 25.92 31.07 71.65 -
YUV 124.84 181.13 50.37 -
System Red Green Blue C M Y K H S L
Decimal 16 162 219 0.93 0.26 0 0.14 196.85 0.86 0.46
Hex 10 A2 DB 5D 1A 0 E C5 56 2E
Octal 20 242 333 135 32 0 16 305 126 56
Binary 10000 10100010 11011011 1011101 11010 0 1110 11000101 1010110 101110

Color Harmonies of #10A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A2DB

Black with #10A2DB

Text Example


Text Example

White with #10A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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