Html Css Color HEX #1496CD Pacific Blue

📋 copy color: '#1496CD'

red 20 ◦ green 150 ◦ blue 205

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

Shades of Pacific Blue #1496CD

Tints of Pacific Blue #1496CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 5.33%
G = 40%
B = 54.67%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1496CD (or 0x1496CD) is known color: Pacific Blue. HEX triplet: 14, 96 and CD. RGB value is (20,150,205). Sum of RGB (Red+Green+Blue) = 20+150+205=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #1496CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496CD is #EB6932. Grayscale: #757575. Windows color (decimal): -15427891 or 13473300. OLE color: 13473300.

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

Color convert

RGB 20 150 205 -
CMYK 0.90 0.27 0 0.20
HSL 197.84º 0.82% 0.44% -
HSV(B) 197.84º 0.9% 0.8% -
XYZ 22.21 26.37 61.68 -
YUV 117.4 177.43 58.53 -
System Red Green Blue C M Y K H S L
Decimal 20 150 205 0.90 0.27 0 0.20 197.84 0.82 0.44
Hex 14 96 CD 5A 1B 0 14 C6 52 2C
Octal 24 226 315 132 33 0 24 306 122 54
Binary 10100 10010110 11001101 1011010 11011 0 10100 11000110 1010010 101100

Color Harmonies of #1496CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496CD

Black with #1496CD

Text Example


Text Example

White with #1496CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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