Html Css Color HEX #1496CE Pacific Blue

📋 copy color: '#1496CE'

red 20 ◦ green 150 ◦ blue 206

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

Shades of Pacific Blue #1496CE

Tints of Pacific Blue #1496CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 5.32%
G = 39.89%
B = 54.79%

CMYK

 C value IS 0.90

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1496CE (or 0x1496CE) is known color: Pacific Blue. HEX triplet: 14, 96 and CE. RGB value is (20,150,206). Sum of RGB (Red+Green+Blue) = 20+150+206=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #1496CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496CE is #EB6931. Grayscale: #757575. Windows color (decimal): -15427890 or 13538836. OLE color: 13538836.

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

Color convert

RGB 20 150 206 -
CMYK 0.90 0.27 0 0.19
HSL 198.06º 0.82% 0.44% -
HSV(B) 198.06º 0.9% 0.81% -
XYZ 22.34 26.42 62.31 -
YUV 117.51 177.93 58.45 -
System Red Green Blue C M Y K H S L
Decimal 20 150 206 0.90 0.27 0 0.19 198.06 0.82 0.44
Hex 14 96 CE 5A 1B 0 13 C6 52 2C
Octal 24 226 316 132 33 0 23 306 122 54
Binary 10100 10010110 11001110 1011010 11011 0 10011 11000110 1010010 101100

Color Harmonies of #1496CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496CE

Black with #1496CE

Text Example


Text Example

White with #1496CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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