Html Css Color HEX #119BDC Pacific Blue

📋 copy color: '#119BDC'

red 17 ◦ green 155 ◦ blue 220

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

Shades of Pacific Blue #119BDC

Tints of Pacific Blue #119BDC

RGB

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

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

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

R = 4.34%
G = 39.54%
B = 56.12%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#119BDC (or 0x119BDC) is known color: Pacific Blue. HEX triplet: 11, 9B and DC. RGB value is (17,155,220). Sum of RGB (Red+Green+Blue) = 17+155+220=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #119BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BDC is #EE6423. Grayscale: #787878. Windows color (decimal): -15623204 or 14457617. OLE color: 14457617.

HSL color Cylindrical-coordinate representation of color #119BDC: hue angle of 199.21º 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 #119BDC is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 155 220 -
CMYK 0.92 0.30 0 0.14
HSL 199.21º 0.86% 0.46% -
HSV(B) 199.21º 0.92% 0.86% -
XYZ 24.87 28.73 71.94 -
YUV 121.15 183.78 53.71 -
System Red Green Blue C M Y K H S L
Decimal 17 155 220 0.92 0.30 0 0.14 199.21 0.86 0.46
Hex 11 9B DC 5C 1E 0 E C7 56 2E
Octal 21 233 334 134 36 0 16 307 126 56
Binary 10001 10011011 11011100 1011100 11110 0 1110 11000111 1010110 101110

Color Harmonies of #119BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BDC

Black with #119BDC

Text Example


Text Example

White with #119BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119BDC; }

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

 H1.HeaderClassName
 {
   color: #119BDC;
 }
 .AnyTagClassName
 {
   color: #119BDC;
 }
</style>

background-color css

<style>
 a { background-color: #119BDC; }

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

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

border-color css

<style>
 span { border-color: #119BDC; }

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

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