Html Css Color HEX #1496BF Pacific Blue

📋 copy color: '#1496BF'

red 20 ◦ green 150 ◦ blue 191

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

Shades of Pacific Blue #1496BF

Tints of Pacific Blue #1496BF

RGB

 RED value IS 20 (8.2% from 255) = 5.54%

 GREEN value IS 150 (58.98% from 255) = 41.55%

 BLUE value IS 191 (75% from 255) = 52.91%

R = 5.54%
G = 41.55%
B = 52.91%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1496BF (or 0x1496BF) is known color: Pacific Blue. HEX triplet: 14, 96 and BF. RGB value is (20,150,191). Sum of RGB (Red+Green+Blue) = 20+150+191=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #1496BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496BF is #EB6940. Grayscale: #737373. Windows color (decimal): -15427905 or 12555796. OLE color: 12555796.

HSL color Cylindrical-coordinate representation of color #1496BF: hue angle of 194.39º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1496BF is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 150 191 -
CMYK 0.90 0.21 0 0.25
HSL 194.39º 0.81% 0.41% -
HSV(B) 194.39º 0.9% 0.75% -
XYZ 20.6 25.72 53.17 -
YUV 115.8 170.43 59.67 -
System Red Green Blue C M Y K H S L
Decimal 20 150 191 0.90 0.21 0 0.25 194.39 0.81 0.41
Hex 14 96 BF 5A 15 0 19 C2 51 29
Octal 24 226 277 132 25 0 31 302 121 51
Binary 10100 10010110 10111111 1011010 10101 0 11001 11000010 1010001 101001

Color Harmonies of #1496BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496BF

Black with #1496BF

Text Example


Text Example

White with #1496BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1496BF; }

 p { color: rgb(20,150,191); }

 H1.HeaderClassName
 {
   color: #1496BF;
 }
 .AnyTagClassName
 {
   color: #1496BF;
 }
</style>

background-color css

<style>
 a { background-color: #1496BF; }

 a { background-color: rgb(20,150,191); }

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

border-color css

<style>
 span { border-color: #1496BF; }

 span { border-color: rgb(20,150,191); }

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