#1986C8

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

Shades of Pelorous #1986C8

Tints of Pelorous #1986C8

Color information

#1986C8 (or 0x1986C8) is unknown color: approx Pelorous. HEX triplet: 19, 86 and C8. RGB value is (25,134,200). Sum of RGB (Red+Green+Blue) = 25+134+200=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #1986C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986C8 is #E67937. Grayscale: #6C6C6C. Windows color (decimal): -15104312 or 13141529. OLE color: 13141529.

HSL color Cylindrical-coordinate representation of color #1986C8: hue angle of 202.63º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1986C8 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB25134200-
CMYK0.880.3300.22
HSL202.63º77.78%44.12%-
HSV(B)202.63º87.5%78.43%-
XYZ19.3521.4357.76-
YUV108.93179.3968.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.96%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 200 (78.52% from 255) = 55.71%
R=6.96%
G=37.33%
B=55.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal251342000.880.3300.22202.6377.7844.12
Hex1986C85821016cb4e2c
Octal312063101304102631311654
Binary1100110000110110010001011000100001010110110010111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1986C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1986C8; }

 p { color: rgb(25,134,200); }

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

<style>
 a { background-color: #1986C8; }

 a { background-color: rgb(25,134,200); }

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

<style>
 span { border-color: #1986C8; }

 span { border-color: rgb(25,134,200); }

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