Html Css Color HEX #109ED6 Pacific Blue

📋 copy color: '#109ED6'

red 16 ◦ green 158 ◦ blue 214

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

Shades of Pacific Blue #109ED6

Tints of Pacific Blue #109ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.15%

R = 4.12%
G = 40.72%
B = 55.15%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#109ED6 (or 0x109ED6) is known color: Pacific Blue. HEX triplet: 10, 9E and D6. RGB value is (16,158,214). Sum of RGB (Red+Green+Blue) = 16+158+214=388 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.12% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #109ED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ED6 is #EF6129. Grayscale: #797979. Windows color (decimal): -15687978 or 14065168. OLE color: 14065168.

HSL color Cylindrical-coordinate representation of color #109ED6: hue angle of 196.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109ED6 is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 158 214 -
CMYK 0.93 0.26 0 0.16
HSL 196.97º 0.86% 0.45% -
HSV(B) 196.97º 0.93% 0.84% -
XYZ 24.58 29.42 68 -
YUV 121.93 179.96 52.45 -
System Red Green Blue C M Y K H S L
Decimal 16 158 214 0.93 0.26 0 0.16 196.97 0.86 0.45
Hex 10 9E D6 5D 1A 0 10 C5 56 2D
Octal 20 236 326 135 32 0 20 305 126 55
Binary 10000 10011110 11010110 1011101 11010 0 10000 11000101 1010110 101101

Color Harmonies of #109ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109ED6

Black with #109ED6

Text Example


Text Example

White with #109ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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