Html Css Color HEX #1993A4 Pelorous

📋 copy color: '#1993A4'

red 25 ◦ green 147 ◦ blue 164

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

Shades of Pelorous #1993A4

Tints of Pelorous #1993A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 48.81%

R = 7.44%
G = 43.75%
B = 48.81%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#1993A4 (or 0x1993A4) is known color: Pelorous. HEX triplet: 19, 93 and A4. RGB value is (25,147,164). Sum of RGB (Red+Green+Blue) = 25+147+164=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #1993A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1993A4 is #E66C5B. Grayscale: #707070. Windows color (decimal): -15101020 or 10785561. OLE color: 10785561.

HSL color Cylindrical-coordinate representation of color #1993A4: hue angle of 187.34º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1993A4 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 25 147 164 -
CMYK 0.85 0.10 0 0.36
HSL 187.34º 0.74% 0.37% -
HSV(B) 187.34º 0.85% 0.64% -
XYZ 17.54 23.75 38.78 -
YUV 112.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 25 147 164 0.85 0.10 0 0.36 187.34 0.74 0.37
Hex 19 93 A4 55 A 0 24 BB 4A 25
Octal 31 223 244 125 12 0 44 273 112 45
Binary 11001 10010011 10100100 1010101 1010 0 100100 10111011 1001010 100101

Color Harmonies of #1993A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1993A4

Black with #1993A4

Text Example


Text Example

White with #1993A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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