Html Css Color HEX #109CE1 Pacific Blue

📋 copy color: '#109CE1'

red 16 ◦ green 156 ◦ blue 225

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

Shades of Pacific Blue #109CE1

Tints of Pacific Blue #109CE1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

 BLUE value IS 225 (88.28% from 255) = 56.68%

R = 4.03%
G = 39.29%
B = 56.68%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#109CE1 (or 0x109CE1) is known color: Pacific Blue. HEX triplet: 10, 9C and E1. RGB value is (16,156,225). Sum of RGB (Red+Green+Blue) = 16+156+225=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #109CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CE1 is #EF631E. Grayscale: #797979. Windows color (decimal): -15688479 or 14785552. OLE color: 14785552.

HSL color Cylindrical-coordinate representation of color #109CE1: hue angle of 199.81º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109CE1 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 156 225 -
CMYK 0.93 0.31 0 0.12
HSL 199.81º 0.87% 0.47% -
HSV(B) 199.81º 0.93% 0.88% -
XYZ 25.69 29.32 75.54 -
YUV 122.01 186.12 52.39 -
System Red Green Blue C M Y K H S L
Decimal 16 156 225 0.93 0.31 0 0.12 199.81 0.87 0.47
Hex 10 9C E1 5D 1F 0 C C8 57 2F
Octal 20 234 341 135 37 0 14 310 127 57
Binary 10000 10011100 11100001 1011101 11111 0 1100 11001000 1010111 101111

Color Harmonies of #109CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109CE1

Black with #109CE1

Text Example


Text Example

White with #109CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,156,225); }

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

background-color css

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

 a { background-color: rgb(16,156,225); }

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

border-color css

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

 span { border-color: rgb(16,156,225); }

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