Html Css Color HEX #109DCE Pacific Blue

📋 copy color: '#109DCE'

red 16 ◦ green 157 ◦ blue 206

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

Shades of Pacific Blue #109DCE

Tints of Pacific Blue #109DCE

RGB

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

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

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

R = 4.22%
G = 41.42%
B = 54.35%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#109DCE (or 0x109DCE) is known color: Pacific Blue. HEX triplet: 10, 9D and CE. RGB value is (16,157,206). Sum of RGB (Red+Green+Blue) = 16+157+206=379 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.22% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #109DCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DCE is #EF6231. Grayscale: #787878. Windows color (decimal): -15688242 or 13540624. OLE color: 13540624.

HSL color Cylindrical-coordinate representation of color #109DCE: hue angle of 195.47º 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 #109DCE is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 157 206 -
CMYK 0.92 0.24 0 0.19
HSL 195.47º 0.86% 0.44% -
HSV(B) 195.47º 0.92% 0.81% -
XYZ 23.41 28.68 62.69 -
YUV 120.43 176.29 53.52 -
System Red Green Blue C M Y K H S L
Decimal 16 157 206 0.92 0.24 0 0.19 195.47 0.86 0.44
Hex 10 9D CE 5C 18 0 13 C3 56 2C
Octal 20 235 316 134 30 0 23 303 126 54
Binary 10000 10011101 11001110 1011100 11000 0 10011 11000011 1010110 101100

Color Harmonies of #109DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109DCE

Black with #109DCE

Text Example


Text Example

White with #109DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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