Html Css Color HEX #1995AD Pelorous

📋 copy color: '#1995AD'

red 25 ◦ green 149 ◦ blue 173

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

Shades of Pelorous #1995AD

Tints of Pelorous #1995AD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.94%

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 7.2%
G = 42.94%
B = 49.86%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1995AD (or 0x1995AD) is known color: Pelorous. HEX triplet: 19, 95 and AD. RGB value is (25,149,173). Sum of RGB (Red+Green+Blue) = 25+149+173=347 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.20% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #1995AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1995AD is #E66A52. Grayscale: #727272. Windows color (decimal): -15100499 or 11375897. OLE color: 11375897.

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

Color convert

RGB 25 149 173 -
CMYK 0.86 0.14 0 0.32
HSL 189.73º 0.75% 0.39% -
HSV(B) 189.73º 0.86% 0.68% -
XYZ 18.69 24.72 43.32 -
YUV 114.66 160.92 64.05 -
System Red Green Blue C M Y K H S L
Decimal 25 149 173 0.86 0.14 0 0.32 189.73 0.75 0.39
Hex 19 95 AD 56 E 0 20 BE 4B 27
Octal 31 225 255 126 16 0 40 276 113 47
Binary 11001 10010101 10101101 1010110 1110 0 100000 10111110 1001011 100111

Color Harmonies of #1995AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1995AD

Black with #1995AD

Text Example


Text Example

White with #1995AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1995AD; }

 p { color: rgb(25,149,173); }

 H1.HeaderClassName
 {
   color: #1995AD;
 }
 .AnyTagClassName
 {
   color: #1995AD;
 }
</style>

background-color css

<style>
 a { background-color: #1995AD; }

 a { background-color: rgb(25,149,173); }

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

border-color css

<style>
 span { border-color: #1995AD; }

 span { border-color: rgb(25,149,173); }

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