Html Css Color HEX #10A0DB Pacific Blue

📋 copy color: '#10A0DB'

red 16 ◦ green 160 ◦ blue 219

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

Shades of Pacific Blue #10A0DB

Tints of Pacific Blue #10A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.51%

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

R = 4.05%
G = 40.51%
B = 55.44%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#10A0DB (or 0x10A0DB) is known color: Pacific Blue. HEX triplet: 10, A0 and DB. RGB value is (16,160,219). Sum of RGB (Red+Green+Blue) = 16+160+219=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 160 (62.89% from 255 or 40.51% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #10A0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10A0DB is #EF5F24. Grayscale: #7B7B7B. Windows color (decimal): -15687461 or 14393360. OLE color: 14393360.

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

Color convert

RGB 16 160 219 -
CMYK 0.93 0.27 0 0.14
HSL 197.44º 0.86% 0.46% -
HSV(B) 197.44º 0.93% 0.86% -
XYZ 25.57 30.37 71.53 -
YUV 123.67 181.79 51.2 -
System Red Green Blue C M Y K H S L
Decimal 16 160 219 0.93 0.27 0 0.14 197.44 0.86 0.46
Hex 10 A0 DB 5D 1B 0 E C5 56 2E
Octal 20 240 333 135 33 0 16 305 126 56
Binary 10000 10100000 11011011 1011101 11011 0 1110 11000101 1010110 101110

Color Harmonies of #10A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A0DB

Black with #10A0DB

Text Example


Text Example

White with #10A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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