Html Css Color HEX #109ED1 Pacific Blue

📋 copy color: '#109ED1'

red 16 ◦ green 158 ◦ blue 209

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

Shades of Pacific Blue #109ED1

Tints of Pacific Blue #109ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 54.57%

R = 4.18%
G = 41.25%
B = 54.57%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#109ED1 (or 0x109ED1) is known color: Pacific Blue. HEX triplet: 10, 9E and D1. RGB value is (16,158,209). Sum of RGB (Red+Green+Blue) = 16+158+209=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 209 (82.03% from 255 or 54.57% from 383); Max value from RGB is 209 - color contains mainly: blue. Hex color #109ED1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ED1 is #EF612E. Grayscale: #797979. Windows color (decimal): -15687983 or 13737488. OLE color: 13737488.

HSL color Cylindrical-coordinate representation of color #109ED1: hue angle of 195.85º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109ED1 is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 158 209 -
CMYK 0.92 0.24 0 0.18
HSL 195.85º 0.86% 0.44% -
HSV(B) 195.85º 0.92% 0.82% -
XYZ 23.95 29.17 64.69 -
YUV 121.36 177.46 52.85 -
System Red Green Blue C M Y K H S L
Decimal 16 158 209 0.92 0.24 0 0.18 195.85 0.86 0.44
Hex 10 9E D1 5C 18 0 12 C4 56 2C
Octal 20 236 321 134 30 0 22 304 126 54
Binary 10000 10011110 11010001 1011100 11000 0 10010 11000100 1010110 101100

Color Harmonies of #109ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109ED1

Black with #109ED1

Text Example


Text Example

White with #109ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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