Html Css Color HEX #1996CF Pacific Blue

📋 copy color: '#1996CF'

red 25 ◦ green 150 ◦ blue 207

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

Shades of Pacific Blue #1996CF

Tints of Pacific Blue #1996CF

RGB

 RED value IS 25 (10.16% from 255) = 6.54%

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

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

R = 6.54%
G = 39.27%
B = 54.19%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1996CF (or 0x1996CF) is known color: Pacific Blue. HEX triplet: 19, 96 and CF. RGB value is (25,150,207). Sum of RGB (Red+Green+Blue) = 25+150+207=382 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.54% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #1996CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996CF is #E66930. Grayscale: #767676. Windows color (decimal): -15100209 or 13604377. OLE color: 13604377.

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

Color convert

RGB 25 150 207 -
CMYK 0.88 0.28 0 0.19
HSL 198.79º 0.78% 0.45% -
HSV(B) 198.79º 0.88% 0.81% -
XYZ 22.57 26.52 62.96 -
YUV 119.12 177.59 60.87 -
System Red Green Blue C M Y K H S L
Decimal 25 150 207 0.88 0.28 0 0.19 198.79 0.78 0.45
Hex 19 96 CF 58 1C 0 13 C7 4E 2D
Octal 31 226 317 130 34 0 23 307 116 55
Binary 11001 10010110 11001111 1011000 11100 0 10011 11000111 1001110 101101

Color Harmonies of #1996CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996CF

Black with #1996CF

Text Example


Text Example

White with #1996CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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