#1991C9

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

Shades of Pelorous #1991C9

Tints of Pelorous #1991C9

Color information

#1991C9 (or 0x1991C9) is unknown color: approx Pelorous. HEX triplet: 19, 91 and C9. RGB value is (25,145,201). Sum of RGB (Red+Green+Blue) = 25+145+201=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 201 (78.91% from 255 or 54.18% from 371); Max value from RGB is 201 - color contains mainly: blue. Hex color #1991C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1991C9 is #E66E36. Grayscale: #737373. Windows color (decimal): -15101495 or 13209881. OLE color: 13209881.

HSL color Cylindrical-coordinate representation of color #1991C9: hue angle of 199.09º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1991C9 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB25145201-
CMYK0.880.2800.21
HSL199.09º77.88%44.31%-
HSV(B)199.09º87.56%78.82%-
XYZ21.0724.6758.91-
YUV115.5176.2463.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.74%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 201 (78.91% from 255) = 54.18%
R=6.74%
G=39.08%
B=54.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal251452010.880.2800.21199.0977.8844.31
Hex1991C9581C015c74e2c
Octal312213111303402530711654
Binary110011001000111001001101100011100010101110001111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1991C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1991C9; }

 p { color: rgb(25,145,201); }

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

<style>
 a { background-color: #1991C9; }

 a { background-color: rgb(25,145,201); }

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

<style>
 span { border-color: #1991C9; }

 span { border-color: rgb(25,145,201); }

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