#1784C6

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

Shades of Pelorous #1784C6

Tints of Pelorous #1784C6

Color information

#1784C6 (or 0x1784C6) is unknown color: approx Pelorous. HEX triplet: 17, 84 and C6. RGB value is (23,132,198). Sum of RGB (Red+Green+Blue) = 23+132+198=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #1784C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1784C6 is #E87B39. Grayscale: #6A6A6A. Windows color (decimal): -15235898 or 13009943. OLE color: 13009943.

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

Color convert

RGB23132198-
CMYK0.880.3300.22
HSL202.63º79.19%43.33%-
HSV(B)202.63º88.38%77.65%-
XYZ18.820.7656.44-
YUV106.93179.3968.13-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.52%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 198 (77.73% from 255) = 56.09%
R=6.52%
G=37.39%
B=56.09%

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
Decimal231321980.880.3300.22202.6379.1943.33
Hex1784C65821016cb4f2b
Octal272043061304102631311753
Binary1011110000100110001101011000100001010110110010111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1784C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1784C6; }

 p { color: rgb(23,132,198); }

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

<style>
 a { background-color: #1784C6; }

 a { background-color: rgb(23,132,198); }

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

<style>
 span { border-color: #1784C6; }

 span { border-color: rgb(23,132,198); }

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