Html Css Color HEX #109DDC Pacific Blue

📋 copy color: '#109DDC'

red 16 ◦ green 157 ◦ blue 220

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

Shades of Pacific Blue #109DDC

Tints of Pacific Blue #109DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.95%

 BLUE value IS 220 (86.33% from 255) = 55.98%

R = 4.07%
G = 39.95%
B = 55.98%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#109DDC (or 0x109DDC) is known color: Pacific Blue. HEX triplet: 10, 9D and DC. RGB value is (16,157,220). Sum of RGB (Red+Green+Blue) = 16+157+220=393 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.07% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #109DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DDC is #EF6223. Grayscale: #797979. Windows color (decimal): -15688228 or 14458128. OLE color: 14458128.

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

Color convert

RGB 16 157 220 -
CMYK 0.93 0.29 0 0.14
HSL 198.53º 0.86% 0.46% -
HSV(B) 198.53º 0.93% 0.86% -
XYZ 25.19 29.39 72.06 -
YUV 122.02 183.29 52.38 -
System Red Green Blue C M Y K H S L
Decimal 16 157 220 0.93 0.29 0 0.14 198.53 0.86 0.46
Hex 10 9D DC 5D 1D 0 E C7 56 2E
Octal 20 235 334 135 35 0 16 307 126 56
Binary 10000 10011101 11011100 1011101 11101 0 1110 11000111 1010110 101110

Color Harmonies of #109DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109DDC

Black with #109DDC

Text Example


Text Example

White with #109DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,157,220); }

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

background-color css

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

 a { background-color: rgb(16,157,220); }

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

border-color css

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

 span { border-color: rgb(16,157,220); }

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