Html Css Color HEX #119DDA Pacific Blue

📋 copy color: '#119DDA'

red 17 ◦ green 157 ◦ blue 218

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

Shades of Pacific Blue #119DDA

Tints of Pacific Blue #119DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

 BLUE value IS 218 (85.55% from 255) = 55.61%

R = 4.34%
G = 40.05%
B = 55.61%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#119DDA (or 0x119DDA) is known color: Pacific Blue. HEX triplet: 11, 9D and DA. RGB value is (17,157,218). Sum of RGB (Red+Green+Blue) = 17+157+218=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #119DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DDA is #EE6225. Grayscale: #797979. Windows color (decimal): -15622694 or 14327057. OLE color: 14327057.

HSL color Cylindrical-coordinate representation of color #119DDA: hue angle of 198.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119DDA is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 157 218 -
CMYK 0.92 0.28 0 0.15
HSL 198.21º 0.86% 0.46% -
HSV(B) 198.21º 0.92% 0.85% -
XYZ 24.94 29.3 70.67 -
YUV 122.09 182.12 53.04 -
System Red Green Blue C M Y K H S L
Decimal 17 157 218 0.92 0.28 0 0.15 198.21 0.86 0.46
Hex 11 9D DA 5C 1C 0 F C6 56 2E
Octal 21 235 332 134 34 0 17 306 126 56
Binary 10001 10011101 11011010 1011100 11100 0 1111 11000110 1010110 101110

Color Harmonies of #119DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119DDA

Black with #119DDA

Text Example


Text Example

White with #119DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,157,218); }

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

background-color css

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

 a { background-color: rgb(17,157,218); }

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

border-color css

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

 span { border-color: rgb(17,157,218); }

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