Html Css Color HEX #109ADD Pacific Blue

📋 copy color: '#109ADD'

red 16 ◦ green 154 ◦ blue 221

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

Shades of Pacific Blue #109ADD

Tints of Pacific Blue #109ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.39%

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 4.09%
G = 39.39%
B = 56.52%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#109ADD (or 0x109ADD) is known color: Pacific Blue. HEX triplet: 10, 9A and DD. RGB value is (16,154,221). Sum of RGB (Red+Green+Blue) = 16+154+221=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #109ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ADD is #EF6522. Grayscale: #777777. Windows color (decimal): -15688995 or 14522896. OLE color: 14522896.

HSL color Cylindrical-coordinate representation of color #109ADD: hue angle of 199.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109ADD is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 154 221 -
CMYK 0.93 0.30 0 0.13
HSL 199.61º 0.86% 0.46% -
HSV(B) 199.61º 0.93% 0.87% -
XYZ 24.82 28.44 72.59 -
YUV 120.38 184.78 53.55 -
System Red Green Blue C M Y K H S L
Decimal 16 154 221 0.93 0.30 0 0.13 199.61 0.86 0.46
Hex 10 9A DD 5D 1E 0 D C8 56 2E
Octal 20 232 335 135 36 0 15 310 126 56
Binary 10000 10011010 11011101 1011101 11110 0 1101 11001000 1010110 101110

Color Harmonies of #109ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109ADD

Black with #109ADD

Text Example


Text Example

White with #109ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109ADD; }

 p { color: rgb(16,154,221); }

 H1.HeaderClassName
 {
   color: #109ADD;
 }
 .AnyTagClassName
 {
   color: #109ADD;
 }
</style>

background-color css

<style>
 a { background-color: #109ADD; }

 a { background-color: rgb(16,154,221); }

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

border-color css

<style>
 span { border-color: #109ADD; }

 span { border-color: rgb(16,154,221); }

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