#1995A5

Color #1995A5 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1995A5

Tints of Pelorous #1995A5

Color information

#1995A5 (or 0x1995A5) is unknown color: approx Pelorous. HEX triplet: 19, 95 and A5. RGB value is (25,149,165). Sum of RGB (Red+Green+Blue) = 25+149+165=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 165 (64.84% from 255 or 48.67% from 339); Max value from RGB is 165 - color contains mainly: blue. Hex color #1995A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1995A5 is #E66A5A. Grayscale: #717171. Windows color (decimal): -15100507 or 10851609. OLE color: 10851609.

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

Color convert

RGB25149165-
CMYK0.850.1000.35
HSL186.86º73.68%37.25%-
HSV(B)186.86º84.85%64.71%-
XYZ17.9424.4239.36-
YUV113.75156.9264.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.37%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 165 (64.84% from 255) = 48.67%
R=7.37%
G=43.95%
B=48.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal251491650.850.1000.35186.8673.6837.25
Hex1995A555A023bb4a25
Octal312252451251204327311245
Binary110011001010110100101101010110100100011101110111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1995A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1995A5;
 }
 .AnyTagClassName
 {
   color: #1995A5;
 }
</style>
background-color css

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

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

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

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

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

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