Html Css Color HEX #109BD5 Pacific Blue

📋 copy color: '#109BD5'

red 16 ◦ green 155 ◦ blue 213

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

Shades of Pacific Blue #109BD5

Tints of Pacific Blue #109BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.47%

R = 4.17%
G = 40.36%
B = 55.47%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#109BD5 (or 0x109BD5) is known color: Pacific Blue. HEX triplet: 10, 9B and D5. RGB value is (16,155,213). Sum of RGB (Red+Green+Blue) = 16+155+213=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #109BD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BD5 is #EF642A. Grayscale: #777777. Windows color (decimal): -15688747 or 13998864. OLE color: 13998864.

HSL color Cylindrical-coordinate representation of color #109BD5: hue angle of 197.66º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109BD5 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 155 213 -
CMYK 0.92 0.27 0 0.16
HSL 197.67º 0.86% 0.45% -
HSV(B) 197.67º 0.92% 0.84% -
XYZ 23.95 28.36 67.16 -
YUV 120.05 180.45 53.78 -
System Red Green Blue C M Y K H S L
Decimal 16 155 213 0.92 0.27 0 0.16 197.67 0.86 0.45
Hex 10 9B D5 5C 1B 0 10 C6 56 2D
Octal 20 233 325 134 33 0 20 306 126 55
Binary 10000 10011011 11010101 1011100 11011 0 10000 11000110 1010110 101101

Color Harmonies of #109BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109BD5

Black with #109BD5

Text Example


Text Example

White with #109BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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