Html Css Color HEX #1496CF Pacific Blue

📋 copy color: '#1496CF'

red 20 ◦ green 150 ◦ blue 207

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

Shades of Pacific Blue #1496CF

Tints of Pacific Blue #1496CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.91%

R = 5.31%
G = 39.79%
B = 54.91%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1496CF (or 0x1496CF) is known color: Pacific Blue. HEX triplet: 14, 96 and CF. RGB value is (20,150,207). Sum of RGB (Red+Green+Blue) = 20+150+207=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #1496CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1496CF is #EB6930. Grayscale: #757575. Windows color (decimal): -15427889 or 13604372. OLE color: 13604372.

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

Color convert

RGB 20 150 207 -
CMYK 0.90 0.28 0 0.19
HSL 198.29º 0.82% 0.45% -
HSV(B) 198.29º 0.9% 0.81% -
XYZ 22.46 26.47 62.96 -
YUV 117.63 178.43 58.37 -
System Red Green Blue C M Y K H S L
Decimal 20 150 207 0.90 0.28 0 0.19 198.29 0.82 0.45
Hex 14 96 CF 5A 1C 0 13 C6 52 2D
Octal 24 226 317 132 34 0 23 306 122 55
Binary 10100 10010110 11001111 1011010 11100 0 10011 11000110 1010010 101101

Color Harmonies of #1496CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1496CF

Black with #1496CF

Text Example


Text Example

White with #1496CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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