Html Css Color HEX #119DCD Pacific Blue

📋 copy color: '#119DCD'

red 17 ◦ green 157 ◦ blue 205

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

Shades of Pacific Blue #119DCD

Tints of Pacific Blue #119DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.42%

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 4.49%
G = 41.42%
B = 54.09%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#119DCD (or 0x119DCD) is known color: Pacific Blue. HEX triplet: 11, 9D and CD. RGB value is (17,157,205). Sum of RGB (Red+Green+Blue) = 17+157+205=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #119DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DCD is #EE6232. Grayscale: #787878. Windows color (decimal): -15622707 or 13475089. OLE color: 13475089.

HSL color Cylindrical-coordinate representation of color #119DCD: hue angle of 195.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119DCD is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 157 205 -
CMYK 0.92 0.23 0 0.20
HSL 195.32º 0.85% 0.44% -
HSV(B) 195.32º 0.92% 0.8% -
XYZ 23.31 28.64 62.06 -
YUV 120.61 175.62 54.1 -
System Red Green Blue C M Y K H S L
Decimal 17 157 205 0.92 0.23 0 0.20 195.32 0.85 0.44
Hex 11 9D CD 5C 17 0 14 C3 55 2C
Octal 21 235 315 134 27 0 24 303 125 54
Binary 10001 10011101 11001101 1011100 10111 0 10100 11000011 1010101 101100

Color Harmonies of #119DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DCD

Black with #119DCD

Text Example


Text Example

White with #119DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,157,205); }

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

background-color css

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

 a { background-color: rgb(17,157,205); }

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

border-color css

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

 span { border-color: rgb(17,157,205); }

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