Html Css Color HEX #1994AB Pelorous

📋 copy color: '#1994AB'

red 25 ◦ green 148 ◦ blue 171

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

Shades of Pelorous #1994AB

Tints of Pelorous #1994AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 7.27%
G = 43.02%
B = 49.71%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1994AB (or 0x1994AB) is known color: Pelorous. HEX triplet: 19, 94 and AB. RGB value is (25,148,171). Sum of RGB (Red+Green+Blue) = 25+148+171=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #1994AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1994AB is #E66B54. Grayscale: #717171. Windows color (decimal): -15100757 or 11244569. OLE color: 11244569.

HSL color Cylindrical-coordinate representation of color #1994AB: hue angle of 189.45º 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 #1994AB is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 148 171 -
CMYK 0.85 0.13 0 0.33
HSL 189.45º 0.74% 0.38% -
HSV(B) 189.45º 0.85% 0.67% -
XYZ 18.34 24.33 42.26 -
YUV 113.85 160.25 64.63 -
System Red Green Blue C M Y K H S L
Decimal 25 148 171 0.85 0.13 0 0.33 189.45 0.74 0.38
Hex 19 94 AB 55 D 0 21 BD 4A 26
Octal 31 224 253 125 15 0 41 275 112 46
Binary 11001 10010100 10101011 1010101 1101 0 100001 10111101 1001010 100110

Color Harmonies of #1994AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1994AB

Black with #1994AB

Text Example


Text Example

White with #1994AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1994AB; }

 p { color: rgb(25,148,171); }

 H1.HeaderClassName
 {
   color: #1994AB;
 }
 .AnyTagClassName
 {
   color: #1994AB;
 }
</style>

background-color css

<style>
 a { background-color: #1994AB; }

 a { background-color: rgb(25,148,171); }

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

border-color css

<style>
 span { border-color: #1994AB; }

 span { border-color: rgb(25,148,171); }

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