Html Css Color HEX #1996AA Pelorous

📋 copy color: '#1996AA'

red 25 ◦ green 150 ◦ blue 170

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

Shades of Pelorous #1996AA

Tints of Pelorous #1996AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 7.25%
G = 43.48%
B = 49.28%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1996AA (or 0x1996AA) is known color: Pelorous. HEX triplet: 19, 96 and AA. RGB value is (25,150,170). Sum of RGB (Red+Green+Blue) = 25+150+170=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #1996AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1996AA is #E66955. Grayscale: #727272. Windows color (decimal): -15100246 or 11179545. OLE color: 11179545.

HSL color Cylindrical-coordinate representation of color #1996AA: hue angle of 188.28º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1996AA is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 150 170 -
CMYK 0.85 0.12 0 0.33
HSL 188.28º 0.74% 0.38% -
HSV(B) 188.28º 0.85% 0.67% -
XYZ 18.56 24.92 41.86 -
YUV 114.91 159.09 63.87 -
System Red Green Blue C M Y K H S L
Decimal 25 150 170 0.85 0.12 0 0.33 188.28 0.74 0.38
Hex 19 96 AA 55 C 0 21 BC 4A 26
Octal 31 226 252 125 14 0 41 274 112 46
Binary 11001 10010110 10101010 1010101 1100 0 100001 10111100 1001010 100110

Color Harmonies of #1996AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1996AA

Black with #1996AA

Text Example


Text Example

White with #1996AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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