Html Css Color HEX #109EDC Pacific Blue

📋 copy color: '#109EDC'

red 16 ◦ green 158 ◦ blue 220

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

Shades of Pacific Blue #109EDC

Tints of Pacific Blue #109EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.1%

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

R = 4.06%
G = 40.1%
B = 55.84%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#109EDC (or 0x109EDC) is known color: Pacific Blue. HEX triplet: 10, 9E and DC. RGB value is (16,158,220). Sum of RGB (Red+Green+Blue) = 16+158+220=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #109EDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109EDC is #EF6123. Grayscale: #7A7A7A. Windows color (decimal): -15687972 or 14458384. OLE color: 14458384.

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

Color convert

RGB 16 158 220 -
CMYK 0.93 0.28 0 0.14
HSL 198.24º 0.86% 0.46% -
HSV(B) 198.24º 0.93% 0.86% -
XYZ 25.36 29.73 72.11 -
YUV 122.61 182.96 51.96 -
System Red Green Blue C M Y K H S L
Decimal 16 158 220 0.93 0.28 0 0.14 198.24 0.86 0.46
Hex 10 9E DC 5D 1C 0 E C6 56 2E
Octal 20 236 334 135 34 0 16 306 126 56
Binary 10000 10011110 11011100 1011101 11100 0 1110 11000110 1010110 101110

Color Harmonies of #109EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109EDC

Black with #109EDC

Text Example


Text Example

White with #109EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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