Html Css Color HEX #109BCC Pacific Blue

📋 copy color: '#109BCC'

red 16 ◦ green 155 ◦ blue 204

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

Shades of Pacific Blue #109BCC

Tints of Pacific Blue #109BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.4%

R = 4.27%
G = 41.33%
B = 54.4%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#109BCC (or 0x109BCC) is known color: Pacific Blue. HEX triplet: 10, 9B and CC. RGB value is (16,155,204). Sum of RGB (Red+Green+Blue) = 16+155+204=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #109BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109BCC is #EF6433. Grayscale: #767676. Windows color (decimal): -15688756 or 13409040. OLE color: 13409040.

HSL color Cylindrical-coordinate representation of color #109BCC: hue angle of 195.64º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109BCC is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 16 155 204 -
CMYK 0.92 0.24 0 0.2
HSL 195.64º 0.85% 0.43% -
HSV(B) 195.64º 0.92% 0.8% -
XYZ 22.83 27.91 61.31 -
YUV 119.03 175.95 54.52 -
System Red Green Blue C M Y K H S L
Decimal 16 155 204 0.92 0.24 0 0.2 195.64 0.85 0.43
Hex 10 9B CC 5C 18 0 14 C4 55 2B
Octal 20 233 314 134 30 0 24 304 125 53
Binary 10000 10011011 11001100 1011100 11000 0 10100 11000100 1010101 101011

Color Harmonies of #109BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109BCC

Black with #109BCC

Text Example


Text Example

White with #109BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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