Html Css Color HEX #1991C9 Pelorous

📋 copy color: '#1991C9'

red 25 ◦ green 145 ◦ blue 201

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

Shades of Pelorous #1991C9

Tints of Pelorous #1991C9

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 value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1991C9 (or 0x1991C9) is known color: 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

RGB 25 145 201 -
CMYK 0.88 0.28 0 0.21
HSL 199.09º 0.78% 0.44% -
HSV(B) 199.09º 0.88% 0.79% -
XYZ 21.07 24.67 58.91 -
YUV 115.5 176.24 63.45 -
System Red Green Blue C M Y K H S L
Decimal 25 145 201 0.88 0.28 0 0.21 199.09 0.78 0.44
Hex 19 91 C9 58 1C 0 15 C7 4E 2C
Octal 31 221 311 130 34 0 25 307 116 54
Binary 11001 10010001 11001001 1011000 11100 0 10101 11000111 1001110 101100

Color Harmonies of #1991C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1991C9

Black with #1991C9

Text Example


Text Example

White with #1991C9

Text Example


Text Example

HTML Codes & Css Web 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>