Html Css Color HEX #1996CE Pacific Blue

📋 copy color: '#1996CE'

red 25 ◦ green 150 ◦ blue 206

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

Shades of Pacific Blue #1996CE

Tints of Pacific Blue #1996CE

RGB

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

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

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

R = 6.56%
G = 39.37%
B = 54.07%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1996CE (or 0x1996CE) is known color: Pacific Blue. HEX triplet: 19, 96 and CE. RGB value is (25,150,206). Sum of RGB (Red+Green+Blue) = 25+150+206=381 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.56% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #1996CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996CE is #E66931. Grayscale: #767676. Windows color (decimal): -15100210 or 13538841. OLE color: 13538841.

HSL color Cylindrical-coordinate representation of color #1996CE: hue angle of 198.56º 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 #1996CE is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 150 206 -
CMYK 0.88 0.27 0 0.19
HSL 198.56º 0.78% 0.45% -
HSV(B) 198.56º 0.88% 0.81% -
XYZ 22.45 26.48 62.32 -
YUV 119.01 177.09 60.95 -
System Red Green Blue C M Y K H S L
Decimal 25 150 206 0.88 0.27 0 0.19 198.56 0.78 0.45
Hex 19 96 CE 58 1B 0 13 C7 4E 2D
Octal 31 226 316 130 33 0 23 307 116 55
Binary 11001 10010110 11001110 1011000 11011 0 10011 11000111 1001110 101101

Color Harmonies of #1996CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996CE

Black with #1996CE

Text Example


Text Example

White with #1996CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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