Html Css Color HEX #119ADA Pacific Blue

📋 copy color: '#119ADA'

red 17 ◦ green 154 ◦ blue 218

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

Shades of Pacific Blue #119ADA

Tints of Pacific Blue #119ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.59%

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

R = 4.37%
G = 39.59%
B = 56.04%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#119ADA (or 0x119ADA) is known color: Pacific Blue. HEX triplet: 11, 9A and DA. RGB value is (17,154,218). Sum of RGB (Red+Green+Blue) = 17+154+218=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #119ADA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ADA is #EE6525. Grayscale: #777777. Windows color (decimal): -15623462 or 14326289. OLE color: 14326289.

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

Color convert

RGB 17 154 218 -
CMYK 0.92 0.29 0 0.15
HSL 199.1º 0.86% 0.46% -
HSV(B) 199.1º 0.92% 0.85% -
XYZ 24.44 28.29 70.5 -
YUV 120.33 183.11 54.3 -
System Red Green Blue C M Y K H S L
Decimal 17 154 218 0.92 0.29 0 0.15 199.1 0.86 0.46
Hex 11 9A DA 5C 1D 0 F C7 56 2E
Octal 21 232 332 134 35 0 17 307 126 56
Binary 10001 10011010 11011010 1011100 11101 0 1111 11000111 1010110 101110

Color Harmonies of #119ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119ADA

Black with #119ADA

Text Example


Text Example

White with #119ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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