Html Css Color HEX #1996AE Pelorous

📋 copy color: '#1996AE'

red 25 ◦ green 150 ◦ blue 174

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

Shades of Pelorous #1996AE

Tints of Pelorous #1996AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.86%

R = 7.16%
G = 42.98%
B = 49.86%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1996AE (or 0x1996AE) is known color: Pelorous. HEX triplet: 19, 96 and AE. RGB value is (25,150,174). Sum of RGB (Red+Green+Blue) = 25+150+174=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #1996AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1996AE is #E66951. Grayscale: #737373. Windows color (decimal): -15100242 or 11441689. OLE color: 11441689.

HSL color Cylindrical-coordinate representation of color #1996AE: hue angle of 189.66º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1996AE is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 150 174 -
CMYK 0.86 0.14 0 0.32
HSL 189.66º 0.75% 0.39% -
HSV(B) 189.66º 0.86% 0.68% -
XYZ 18.95 25.08 43.89 -
YUV 115.36 161.09 63.55 -
System Red Green Blue C M Y K H S L
Decimal 25 150 174 0.86 0.14 0 0.32 189.66 0.75 0.39
Hex 19 96 AE 56 E 0 20 BE 4B 27
Octal 31 226 256 126 16 0 40 276 113 47
Binary 11001 10010110 10101110 1010110 1110 0 100000 10111110 1001011 100111

Color Harmonies of #1996AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996AE

Black with #1996AE

Text Example


Text Example

White with #1996AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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