Html Css Color HEX #1196DC Pacific Blue

📋 copy color: '#1196DC'

red 17 ◦ green 150 ◦ blue 220

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

Shades of Pacific Blue #1196DC

Tints of Pacific Blue #1196DC

RGB

 RED value IS 17 (7.03% from 255) = 4.39%

 GREEN value IS 150 (58.98% from 255) = 38.76%

 BLUE value IS 220 (86.33% from 255) = 56.85%

R = 4.39%
G = 38.76%
B = 56.85%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1196DC (or 0x1196DC) is known color: Pacific Blue. HEX triplet: 11, 96 and DC. RGB value is (17,150,220). Sum of RGB (Red+Green+Blue) = 17+150+220=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #1196DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1196DC is #EE6923. Grayscale: #757575. Windows color (decimal): -15624484 or 14456337. OLE color: 14456337.

HSL color Cylindrical-coordinate representation of color #1196DC: hue angle of 200.69º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1196DC is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 150 220 -
CMYK 0.92 0.32 0 0.14
HSL 200.69º 0.86% 0.46% -
HSV(B) 200.69º 0.92% 0.86% -
XYZ 24.06 27.1 71.67 -
YUV 118.21 185.44 55.81 -
System Red Green Blue C M Y K H S L
Decimal 17 150 220 0.92 0.32 0 0.14 200.69 0.86 0.46
Hex 11 96 DC 5C 20 0 E C9 56 2E
Octal 21 226 334 134 40 0 16 311 126 56
Binary 10001 10010110 11011100 1011100 100000 0 1110 11001001 1010110 101110

Color Harmonies of #1196DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1196DC

Black with #1196DC

Text Example


Text Example

White with #1196DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1196DC; }

 p { color: rgb(17,150,220); }

 H1.HeaderClassName
 {
   color: #1196DC;
 }
 .AnyTagClassName
 {
   color: #1196DC;
 }
</style>

background-color css

<style>
 a { background-color: #1196DC; }

 a { background-color: rgb(17,150,220); }

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

border-color css

<style>
 span { border-color: #1196DC; }

 span { border-color: rgb(17,150,220); }

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