Html Css Color HEX #119CD5 Pacific Blue

📋 copy color: '#119CD5'

red 17 ◦ green 156 ◦ blue 213

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

Shades of Pacific Blue #119CD5

Tints of Pacific Blue #119CD5

RGB

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

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

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

R = 4.4%
G = 40.41%
B = 55.18%

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

#119CD5 (or 0x119CD5) is known color: Pacific Blue. HEX triplet: 11, 9C and D5. RGB value is (17,156,213). Sum of RGB (Red+Green+Blue) = 17+156+213=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #119CD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CD5 is #EE632A. Grayscale: #787878. Windows color (decimal): -15622955 or 13999121. OLE color: 13999121.

HSL color Cylindrical-coordinate representation of color #119CD5: hue angle of 197.45º degrees, saturation: 0.85, 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 #119CD5 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 156 213 -
CMYK 0.92 0.27 0 0.16
HSL 197.45º 0.85% 0.45% -
HSV(B) 197.45º 0.92% 0.84% -
XYZ 24.13 28.7 67.22 -
YUV 120.94 179.95 53.87 -
System Red Green Blue C M Y K H S L
Decimal 17 156 213 0.92 0.27 0 0.16 197.45 0.85 0.45
Hex 11 9C D5 5C 1B 0 10 C5 55 2D
Octal 21 234 325 134 33 0 20 305 125 55
Binary 10001 10011100 11010101 1011100 11011 0 10000 11000101 1010101 101101

Color Harmonies of #119CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CD5

Black with #119CD5

Text Example


Text Example

White with #119CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,156,213); }

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

background-color css

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

 a { background-color: rgb(17,156,213); }

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

border-color css

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

 span { border-color: rgb(17,156,213); }

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