Html Css Color HEX #1496CC Pacific Blue

📋 copy color: '#1496CC'

red 20 ◦ green 150 ◦ blue 204

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

Shades of Pacific Blue #1496CC

Tints of Pacific Blue #1496CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.55%

R = 5.35%
G = 40.11%
B = 54.55%

CMYK

 C value IS 0.90

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1496CC (or 0x1496CC) is known color: Pacific Blue. HEX triplet: 14, 96 and CC. RGB value is (20,150,204). Sum of RGB (Red+Green+Blue) = 20+150+204=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #1496CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496CC is #EB6933. Grayscale: #747474. Windows color (decimal): -15427892 or 13407764. OLE color: 13407764.

HSL color Cylindrical-coordinate representation of color #1496CC: hue angle of 197.61º 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 #1496CC is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 150 204 -
CMYK 0.90 0.26 0 0.2
HSL 197.61º 0.82% 0.44% -
HSV(B) 197.61º 0.9% 0.8% -
XYZ 22.09 26.32 61.04 -
YUV 117.29 176.93 58.61 -
System Red Green Blue C M Y K H S L
Decimal 20 150 204 0.90 0.26 0 0.2 197.61 0.82 0.44
Hex 14 96 CC 5A 1A 0 14 C6 52 2C
Octal 24 226 314 132 32 0 24 306 122 54
Binary 10100 10010110 11001100 1011010 11010 0 10100 11000110 1010010 101100

Color Harmonies of #1496CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496CC

Black with #1496CC

Text Example


Text Example

White with #1496CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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