#1993BC

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

Shades of Pelorous #1993BC

Tints of Pelorous #1993BC

Color information

#1993BC (or 0x1993BC) is unknown color: approx Pelorous. HEX triplet: 19, 93 and BC. RGB value is (25,147,188). Sum of RGB (Red+Green+Blue) = 25+147+188=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #1993BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1993BC is #E66C43. Grayscale: #727272. Windows color (decimal): -15100996 or 12358425. OLE color: 12358425.

HSL color Cylindrical-coordinate representation of color #1993BC: hue angle of 195.09º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1993BC is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB25147188-
CMYK0.870.2200.26
HSL195.09º76.53%41.76%-
HSV(B)195.09º86.7%73.73%-
XYZ19.9124.751.3-
YUV115.2169.0863.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.94%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 188 (73.83% from 255) = 52.22%
R=6.94%
G=40.83%
B=52.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal251471880.870.2200.26195.0976.5341.76
Hex1993BC571601Ac34d2a
Octal312232741272603230311552
Binary110011001001110111100101011110110011010110000111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1993BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1993BC; }

 p { color: rgb(25,147,188); }

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

<style>
 a { background-color: #1993BC; }

 a { background-color: rgb(25,147,188); }

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

<style>
 span { border-color: #1993BC; }

 span { border-color: rgb(25,147,188); }

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