Html Css Color HEX #119CCE Pacific Blue

📋 copy color: '#119CCE'

red 17 ◦ green 156 ◦ blue 206

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

Shades of Pacific Blue #119CCE

Tints of Pacific Blue #119CCE

RGB

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

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

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

R = 4.49%
G = 41.16%
B = 54.35%

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

#119CCE (or 0x119CCE) is known color: Pacific Blue. HEX triplet: 11, 9C and CE. RGB value is (17,156,206). Sum of RGB (Red+Green+Blue) = 17+156+206=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #119CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CCE is #EE6331. Grayscale: #777777. Windows color (decimal): -15622962 or 13540369. OLE color: 13540369.

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

Color convert

RGB 17 156 206 -
CMYK 0.92 0.24 0 0.19
HSL 195.87º 0.85% 0.44% -
HSV(B) 195.87º 0.92% 0.81% -
XYZ 23.26 28.35 62.64 -
YUV 120.14 176.45 54.43 -
System Red Green Blue C M Y K H S L
Decimal 17 156 206 0.92 0.24 0 0.19 195.87 0.85 0.44
Hex 11 9C CE 5C 18 0 13 C4 55 2C
Octal 21 234 316 134 30 0 23 304 125 54
Binary 10001 10011100 11001110 1011100 11000 0 10011 11000100 1010101 101100

Color Harmonies of #119CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CCE

Black with #119CCE

Text Example


Text Example

White with #119CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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