Html Css Color HEX #1993AE Pelorous

📋 copy color: '#1993AE'

red 25 ◦ green 147 ◦ blue 174

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

Shades of Pelorous #1993AE

Tints of Pelorous #1993AE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.49%

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

R = 7.23%
G = 42.49%
B = 50.29%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1993AE (or 0x1993AE) is known color: Pelorous. HEX triplet: 19, 93 and AE. RGB value is (25,147,174). Sum of RGB (Red+Green+Blue) = 25+147+174=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #1993AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1993AE is #E66C51. Grayscale: #717171. Windows color (decimal): -15101010 or 11440921. OLE color: 11440921.

HSL color Cylindrical-coordinate representation of color #1993AE: hue angle of 190.87º 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 #1993AE is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 147 174 -
CMYK 0.86 0.16 0 0.32
HSL 190.87º 0.75% 0.39% -
HSV(B) 190.87º 0.86% 0.68% -
XYZ 18.47 24.13 43.73 -
YUV 113.6 162.08 64.8 -
System Red Green Blue C M Y K H S L
Decimal 25 147 174 0.86 0.16 0 0.32 190.87 0.75 0.39
Hex 19 93 AE 56 10 0 20 BF 4B 27
Octal 31 223 256 126 20 0 40 277 113 47
Binary 11001 10010011 10101110 1010110 10000 0 100000 10111111 1001011 100111

Color Harmonies of #1993AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993AE

Black with #1993AE

Text Example


Text Example

White with #1993AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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