#1f86ae

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

Shades of Pelorous #1F86AE

Tints of Pelorous #1F86AE

Color information

#1F86AE (or 0x1F86AE) is unknown color: approx Pelorous. HEX triplet: 1F, 86 and AE. RGB value is (31,134,174). Sum of RGB (Red+Green+Blue) = 31+134+174=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F86AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F86AE is #E07951. Grayscale: #6B6B6B. Windows color (decimal): -14711122 or 11437599. OLE color: 11437599.

HSL color Cylindrical-coordinate representation of color #1F86AE: hue angle of 196.78º 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 #1F86AE is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB31134174-
CMYK0.820.2300.32
HSL196.78º69.76%40.2%-
HSV(B)196.78º82.18%68.24%-
XYZ16.7320.443.1-
YUV107.76165.3873.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.14%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 174 (68.36% from 255) = 51.33%
R=9.14%
G=39.53%
B=51.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal311341740.820.2300.32196.7869.7640.2
Hex1F86AE5217020c54628
Octal372062561222704030510650
Binary1111110000110101011101010010101110100000110001011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f86ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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