Html Css Color HEX #109ADE Pacific Blue

📋 copy color: '#109ADE'

red 16 ◦ green 154 ◦ blue 222

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

Shades of Pacific Blue #109ADE

Tints of Pacific Blue #109ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

 BLUE value IS 222 (87.11% from 255) = 56.63%

R = 4.08%
G = 39.29%
B = 56.63%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#109ADE (or 0x109ADE) is known color: Pacific Blue. HEX triplet: 10, 9A and DE. RGB value is (16,154,222). Sum of RGB (Red+Green+Blue) = 16+154+222=392 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.08% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #109ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109ADE is #EF6521. Grayscale: #787878. Windows color (decimal): -15688994 or 14588432. OLE color: 14588432.

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

Color convert

RGB 16 154 222 -
CMYK 0.93 0.31 0 0.13
HSL 199.81º 0.87% 0.47% -
HSV(B) 199.81º 0.93% 0.87% -
XYZ 24.95 28.5 73.29 -
YUV 120.49 185.28 53.47 -
System Red Green Blue C M Y K H S L
Decimal 16 154 222 0.93 0.31 0 0.13 199.81 0.87 0.47
Hex 10 9A DE 5D 1F 0 D C8 57 2F
Octal 20 232 336 135 37 0 15 310 127 57
Binary 10000 10011010 11011110 1011101 11111 0 1101 11001000 1010111 101111

Color Harmonies of #109ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109ADE

Black with #109ADE

Text Example


Text Example

White with #109ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,154,222); }

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

background-color css

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

 a { background-color: rgb(16,154,222); }

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

border-color css

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

 span { border-color: rgb(16,154,222); }

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