Html Css Color HEX #119CDF Pacific Blue

📋 copy color: '#119CDF'

red 17 ◦ green 156 ◦ blue 223

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

Shades of Pacific Blue #119CDF

Tints of Pacific Blue #119CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.31%

R = 4.29%
G = 39.39%
B = 56.31%

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

#119CDF (or 0x119CDF) is known color: Pacific Blue. HEX triplet: 11, 9C and DF. RGB value is (17,156,223). Sum of RGB (Red+Green+Blue) = 17+156+223=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #119CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CDF is #EE6320. Grayscale: #797979. Windows color (decimal): -15622945 or 14654481. OLE color: 14654481.

HSL color Cylindrical-coordinate representation of color #119CDF: hue angle of 199.51º 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 #119CDF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 156 223 -
CMYK 0.92 0.30 0 0.13
HSL 199.51º 0.86% 0.47% -
HSV(B) 199.51º 0.92% 0.87% -
XYZ 25.44 29.22 74.11 -
YUV 122.08 184.95 53.05 -
System Red Green Blue C M Y K H S L
Decimal 17 156 223 0.92 0.30 0 0.13 199.51 0.86 0.47
Hex 11 9C DF 5C 1E 0 D C8 56 2F
Octal 21 234 337 134 36 0 15 310 126 57
Binary 10001 10011100 11011111 1011100 11110 0 1101 11001000 1010110 101111

Color Harmonies of #119CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119CDF

Black with #119CDF

Text Example


Text Example

White with #119CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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