Html Css Color HEX #109BCE Pacific Blue

📋 copy color: '#109BCE'

red 16 ◦ green 155 ◦ blue 206

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

Shades of Pacific Blue #109BCE

Tints of Pacific Blue #109BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.11%

 BLUE value IS 206 (80.86% from 255) = 54.64%

R = 4.24%
G = 41.11%
B = 54.64%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#109BCE (or 0x109BCE) is known color: Pacific Blue. HEX triplet: 10, 9B and CE. RGB value is (16,155,206). Sum of RGB (Red+Green+Blue) = 16+155+206=377 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.24% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #109BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BCE is #EF6431. Grayscale: #767676. Windows color (decimal): -15688754 or 13540112. OLE color: 13540112.

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

Color convert

RGB 16 155 206 -
CMYK 0.92 0.25 0 0.19
HSL 196.11º 0.86% 0.44% -
HSV(B) 196.11º 0.92% 0.81% -
XYZ 23.08 28.01 62.58 -
YUV 119.25 176.95 54.35 -
System Red Green Blue C M Y K H S L
Decimal 16 155 206 0.92 0.25 0 0.19 196.11 0.86 0.44
Hex 10 9B CE 5C 19 0 13 C4 56 2C
Octal 20 233 316 134 31 0 23 304 126 54
Binary 10000 10011011 11001110 1011100 11001 0 10011 11000100 1010110 101100

Color Harmonies of #109BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109BCE

Black with #109BCE

Text Example


Text Example

White with #109BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,155,206); }

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

background-color css

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

 a { background-color: rgb(16,155,206); }

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

border-color css

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

 span { border-color: rgb(16,155,206); }

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