Html Css Color HEX #119CE1 Pacific Blue

📋 copy color: '#119CE1'

red 17 ◦ green 156 ◦ blue 225

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

Shades of Pacific Blue #119CE1

Tints of Pacific Blue #119CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 56.53%

R = 4.27%
G = 39.2%
B = 56.53%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#119CE1 (or 0x119CE1) is known color: Pacific Blue. HEX triplet: 11, 9C and E1. RGB value is (17,156,225). Sum of RGB (Red+Green+Blue) = 17+156+225=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #119CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CE1 is #EE631E. Grayscale: #797979. Windows color (decimal): -15622943 or 14785553. OLE color: 14785553.

HSL color Cylindrical-coordinate representation of color #119CE1: hue angle of 199.9º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119CE1 is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 156 225 -
CMYK 0.92 0.31 0 0.12
HSL 199.9º 0.86% 0.47% -
HSV(B) 199.9º 0.92% 0.88% -
XYZ 25.71 29.33 75.54 -
YUV 122.31 185.95 52.89 -
System Red Green Blue C M Y K H S L
Decimal 17 156 225 0.92 0.31 0 0.12 199.9 0.86 0.47
Hex 11 9C E1 5C 1F 0 C C8 56 2F
Octal 21 234 341 134 37 0 14 310 126 57
Binary 10001 10011100 11100001 1011100 11111 0 1100 11001000 1010110 101111

Color Harmonies of #119CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CE1

Black with #119CE1

Text Example


Text Example

White with #119CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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