Html Css Color HEX #119BDD Pacific Blue

📋 copy color: '#119BDD'

red 17 ◦ green 155 ◦ blue 221

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

Shades of Pacific Blue #119BDD

Tints of Pacific Blue #119BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 4.33%
G = 39.44%
B = 56.23%

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

#119BDD (or 0x119BDD) is known color: Pacific Blue. HEX triplet: 11, 9B and DD. RGB value is (17,155,221). Sum of RGB (Red+Green+Blue) = 17+155+221=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #119BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BDD is #EE6422. Grayscale: #787878. Windows color (decimal): -15623203 or 14523153. OLE color: 14523153.

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

Color convert

RGB 17 155 221 -
CMYK 0.92 0.30 0 0.13
HSL 199.41º 0.86% 0.47% -
HSV(B) 199.41º 0.92% 0.87% -
XYZ 25 28.78 72.64 -
YUV 121.26 184.28 53.63 -
System Red Green Blue C M Y K H S L
Decimal 17 155 221 0.92 0.30 0 0.13 199.41 0.86 0.47
Hex 11 9B DD 5C 1E 0 D C7 56 2F
Octal 21 233 335 134 36 0 15 307 126 57
Binary 10001 10011011 11011101 1011100 11110 0 1101 11000111 1010110 101111

Color Harmonies of #119BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119BDD

Black with #119BDD

Text Example


Text Example

White with #119BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,155,221); }

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

background-color css

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

 a { background-color: rgb(17,155,221); }

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

border-color css

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

 span { border-color: rgb(17,155,221); }

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