Html Css Color HEX #109CCE Pacific Blue

📋 copy color: '#109CCE'

red 16 ◦ green 156 ◦ blue 206

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

Shades of Pacific Blue #109CCE

Tints of Pacific Blue #109CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.5%

R = 4.23%
G = 41.27%
B = 54.5%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#109CCE (or 0x109CCE) is known color: Pacific Blue. HEX triplet: 10, 9C and CE. RGB value is (16,156,206). Sum of RGB (Red+Green+Blue) = 16+156+206=378 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.23% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #109CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CCE is #EF6331. Grayscale: #777777. Windows color (decimal): -15688498 or 13540368. OLE color: 13540368.

HSL color Cylindrical-coordinate representation of color #109CCE: hue angle of 195.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #109CCE is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 156 206 -
CMYK 0.92 0.24 0 0.19
HSL 195.79º 0.86% 0.44% -
HSV(B) 195.79º 0.92% 0.81% -
XYZ 23.24 28.34 62.64 -
YUV 119.84 176.62 53.93 -
System Red Green Blue C M Y K H S L
Decimal 16 156 206 0.92 0.24 0 0.19 195.79 0.86 0.44
Hex 10 9C CE 5C 18 0 13 C4 56 2C
Octal 20 234 316 134 30 0 23 304 126 54
Binary 10000 10011100 11001110 1011100 11000 0 10011 11000100 1010110 101100

Color Harmonies of #109CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109CCE

Black with #109CCE

Text Example


Text Example

White with #109CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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