#1887C5

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

Shades of Pelorous #1887C5

Tints of Pelorous #1887C5

Color information

#1887C5 (or 0x1887C5) is unknown color: approx Pelorous. HEX triplet: 18, 87 and C5. RGB value is (24,135,197). Sum of RGB (Red+Green+Blue) = 24+135+197=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #1887C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1887C5 is #E7783A. Grayscale: #6C6C6C. Windows color (decimal): -15169595 or 12945176. OLE color: 12945176.

HSL color Cylindrical-coordinate representation of color #1887C5: hue angle of 201.5º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1887C5 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB24135197-
CMYK0.880.3100.23
HSL201.5º78.28%43.33%-
HSV(B)201.5º87.82%77.25%-
XYZ19.1221.5555.98-
YUV108.88177.7367.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.74%
GREEN value IS 135 (53.12% from 255) = 37.92%
BLUE value IS 197 (77.34% from 255) = 55.34%
R=6.74%
G=37.92%
B=55.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241351970.880.3100.23201.578.2843.33
Hex1887C5581F017ca4e2b
Octal302073051303702731211653
Binary110001000011111000101101100011111010111110010101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1887C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1887C5; }

 p { color: rgb(24,135,197); }

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

<style>
 a { background-color: #1887C5; }

 a { background-color: rgb(24,135,197); }

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

<style>
 span { border-color: #1887C5; }

 span { border-color: rgb(24,135,197); }

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