Html Css Color HEX #1993AA Pelorous

📋 copy color: '#1993AA'

red 25 ◦ green 147 ◦ blue 170

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

Shades of Pelorous #1993AA

Tints of Pelorous #1993AA

RGB

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

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

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

R = 7.31%
G = 42.98%
B = 49.71%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1993AA (or 0x1993AA) is known color: Pelorous. HEX triplet: 19, 93 and AA. RGB value is (25,147,170). Sum of RGB (Red+Green+Blue) = 25+147+170=342 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.31% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #1993AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1993AA is #E66C55. Grayscale: #707070. Windows color (decimal): -15101014 or 11178777. OLE color: 11178777.

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

Color convert

RGB 25 147 170 -
CMYK 0.85 0.14 0 0.33
HSL 189.52º 0.74% 0.38% -
HSV(B) 189.52º 0.85% 0.67% -
XYZ 18.09 23.98 41.7 -
YUV 113.14 160.08 65.13 -
System Red Green Blue C M Y K H S L
Decimal 25 147 170 0.85 0.14 0 0.33 189.52 0.74 0.38
Hex 19 93 AA 55 E 0 21 BE 4A 26
Octal 31 223 252 125 16 0 41 276 112 46
Binary 11001 10010011 10101010 1010101 1110 0 100001 10111110 1001010 100110

Color Harmonies of #1993AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993AA

Black with #1993AA

Text Example


Text Example

White with #1993AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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