Html Css Color HEX #119FDA Pacific Blue

📋 copy color: '#119FDA'

red 17 ◦ green 159 ◦ blue 218

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

Shades of Pacific Blue #119FDA

Tints of Pacific Blue #119FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.36%

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

R = 4.31%
G = 40.36%
B = 55.33%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#119FDA (or 0x119FDA) is known color: Pacific Blue. HEX triplet: 11, 9F and DA. RGB value is (17,159,218). Sum of RGB (Red+Green+Blue) = 17+159+218=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 218 (85.55% from 255 or 55.33% from 394); Max value from RGB is 218 - color contains mainly: blue. Hex color #119FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119FDA is #EE6025. Grayscale: #7A7A7A. Windows color (decimal): -15622182 or 14327569. OLE color: 14327569.

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

Color convert

RGB 17 159 218 -
CMYK 0.92 0.27 0 0.15
HSL 197.61º 0.86% 0.46% -
HSV(B) 197.61º 0.92% 0.85% -
XYZ 25.28 29.98 70.78 -
YUV 123.27 181.46 52.2 -
System Red Green Blue C M Y K H S L
Decimal 17 159 218 0.92 0.27 0 0.15 197.61 0.86 0.46
Hex 11 9F DA 5C 1B 0 F C6 56 2E
Octal 21 237 332 134 33 0 17 306 126 56
Binary 10001 10011111 11011010 1011100 11011 0 1111 11000110 1010110 101110

Color Harmonies of #119FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119FDA

Black with #119FDA

Text Example


Text Example

White with #119FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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