Html Css Color HEX #109DDA Pacific Blue

📋 copy color: '#109DDA'

red 16 ◦ green 157 ◦ blue 218

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

Shades of Pacific Blue #109DDA

Tints of Pacific Blue #109DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.75%

R = 4.09%
G = 40.15%
B = 55.75%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#109DDA (or 0x109DDA) is known color: Pacific Blue. HEX triplet: 10, 9D and DA. RGB value is (16,157,218). Sum of RGB (Red+Green+Blue) = 16+157+218=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #109DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109DDA is #EF6225. Grayscale: #797979. Windows color (decimal): -15688230 or 14327056. OLE color: 14327056.

HSL color Cylindrical-coordinate representation of color #109DDA: hue angle of 198.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109DDA is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 157 218 -
CMYK 0.93 0.28 0 0.15
HSL 198.12º 0.86% 0.46% -
HSV(B) 198.12º 0.93% 0.85% -
XYZ 24.93 29.29 70.67 -
YUV 121.8 182.29 52.54 -
System Red Green Blue C M Y K H S L
Decimal 16 157 218 0.93 0.28 0 0.15 198.12 0.86 0.46
Hex 10 9D DA 5D 1C 0 F C6 56 2E
Octal 20 235 332 135 34 0 17 306 126 56
Binary 10000 10011101 11011010 1011101 11100 0 1111 11000110 1010110 101110

Color Harmonies of #109DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109DDA

Black with #109DDA

Text Example


Text Example

White with #109DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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