Html Css Color HEX #1496CB Pacific Blue

📋 copy color: '#1496CB'

red 20 ◦ green 150 ◦ blue 203

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

Shades of Pacific Blue #1496CB

Tints of Pacific Blue #1496CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 5.36%
G = 40.21%
B = 54.42%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1496CB (or 0x1496CB) is known color: Pacific Blue. HEX triplet: 14, 96 and CB. RGB value is (20,150,203). Sum of RGB (Red+Green+Blue) = 20+150+203=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #1496CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496CB is #EB6934. Grayscale: #747474. Windows color (decimal): -15427893 or 13342228. OLE color: 13342228.

HSL color Cylindrical-coordinate representation of color #1496CB: hue angle of 197.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1496CB is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 150 203 -
CMYK 0.90 0.26 0 0.20
HSL 197.38º 0.82% 0.44% -
HSV(B) 197.38º 0.9% 0.8% -
XYZ 21.97 26.27 60.41 -
YUV 117.17 176.43 58.69 -
System Red Green Blue C M Y K H S L
Decimal 20 150 203 0.90 0.26 0 0.20 197.38 0.82 0.44
Hex 14 96 CB 5A 1A 0 14 C5 52 2C
Octal 24 226 313 132 32 0 24 305 122 54
Binary 10100 10010110 11001011 1011010 11010 0 10100 11000101 1010010 101100

Color Harmonies of #1496CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496CB

Black with #1496CB

Text Example


Text Example

White with #1496CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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