#1F94AE

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

Shades of Pelorous #1F94AE

Tints of Pelorous #1F94AE

Color information

#1F94AE (or 0x1F94AE) is unknown color: approx Pelorous. HEX triplet: 1F, 94 and AE. RGB value is (31,148,174). Sum of RGB (Red+Green+Blue) = 31+148+174=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F94AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F94AE is #E06B51. Grayscale: #737373. Windows color (decimal): -14707538 or 11441183. OLE color: 11441183.

HSL color Cylindrical-coordinate representation of color #1F94AE: hue angle of 190.91º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F94AE is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB31148174-
CMYK0.820.1500.32
HSL190.91º69.76%40.2%-
HSV(B)190.91º82.18%68.24%-
XYZ18.7924.5343.79-
YUV115.98160.7467.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.78%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=8.78%
G=41.93%
B=49.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311481740.820.1500.32190.9169.7640.2
Hex1F94AE52F020bf4628
Octal372242561221704027710650
Binary111111001010010101110101001011110100000101111111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F94AE; }

 p { color: rgb(31,148,174); }

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

<style>
 a { background-color: #1F94AE; }

 a { background-color: rgb(31,148,174); }

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

<style>
 span { border-color: #1F94AE; }

 span { border-color: rgb(31,148,174); }

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