Html Css Color HEX #119CDE Pacific Blue

📋 copy color: '#119CDE'

red 17 ◦ green 156 ◦ blue 222

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

Shades of Pacific Blue #119CDE

Tints of Pacific Blue #119CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.2%

R = 4.3%
G = 39.49%
B = 56.2%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#119CDE (or 0x119CDE) is known color: Pacific Blue. HEX triplet: 11, 9C and DE. RGB value is (17,156,222). Sum of RGB (Red+Green+Blue) = 17+156+222=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #119CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CDE is #EE6321. Grayscale: #797979. Windows color (decimal): -15622946 or 14588945. OLE color: 14588945.

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

Color convert

RGB 17 156 222 -
CMYK 0.92 0.30 0 0.13
HSL 199.32º 0.86% 0.47% -
HSV(B) 199.32º 0.92% 0.87% -
XYZ 25.3 29.17 73.4 -
YUV 121.96 184.45 53.13 -
System Red Green Blue C M Y K H S L
Decimal 17 156 222 0.92 0.30 0 0.13 199.32 0.86 0.47
Hex 11 9C DE 5C 1E 0 D C7 56 2F
Octal 21 234 336 134 36 0 15 307 126 57
Binary 10001 10011100 11011110 1011100 11110 0 1101 11000111 1010110 101111

Color Harmonies of #119CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CDE

Black with #119CDE

Text Example


Text Example

White with #119CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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